This commit is contained in:
Noah Pilarski 2025-02-15 02:33:15 -05:00
parent e4407995d5
commit aa0939631d

View File

@ -508,6 +508,9 @@ namespace NewHorizons.Handlers
bool HasCondition();
}
/// <summary>
/// For water and etc (they require a sector or else they will get deleted by detail builder)
/// </summary>
private class FakeSector : Sector
{
public override void Awake()