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