NHSE/NHSE.Core/Structures/Misc/Hemisphere.cs
2026-01-13 16:02:58 -06:00

7 lines
87 B
C#

namespace NHSE.Core;
public enum Hemisphere
{
Northern = 0,
Southern = 1,
}