Beispiel #1
0
 public void Init(Planet planet, IDwarfTypePlanet intarface)
 {
     currentPlanet   = planet;
     dwarfTypePlanet = intarface;
 }
Beispiel #2
0
 public void Init(Planet planet, IGasGiantTypePlanet intarface)
 {
     currentPlanet      = planet;
     gasGiantTypePlanet = intarface;
 }
Beispiel #3
0
 public void Init(Planet planet, IIceGiantTypePlanet intarface)
 {
     currentPlanet      = planet;
     iceGiantTypePlanet = intarface;
 }
Beispiel #4
0
 public void Init(Planet planet, IEarthTypePlanet intarface)
 {
     currentPlanet   = planet;
     earthTypePlanet = intarface;
 }