mirror of
https://github.com/kwsch/NHSE.git
synced 2026-04-19 15:07:24 -05:00
9 lines
110 B
C#
9 lines
110 B
C#
namespace NHSE.Core
|
|
{
|
|
public enum Hemisphere
|
|
{
|
|
Northern = 0,
|
|
Southern = 1,
|
|
}
|
|
}
|