Exemple #1
0
 public MoonData(MoonFlags Moons, byte PhaseLength)
 {
     this.Moons       = Moons;
     this.PhaseLength = PhaseLength;
 }
Exemple #2
0
 public MoonData()
 {
     Moons       = new MoonFlags();
     PhaseLength = 0;
 }