mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-22 00:17:27 -05:00
7 lines
87 B
C#
7 lines
87 B
C#
namespace NHSE.Core;
|
|
|
|
public enum Hemisphere
|
|
{
|
|
Northern = 0,
|
|
Southern = 1,
|
|
} |