NHSE/NHSE.Core/Structures/Misc/Hemisphere.cs
Kurt 6a98054149 Add hemisphere get/set
ty @rydoginator
2020-05-07 18:06:31 -07:00

9 lines
110 B
C#

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