Exemple #1
0
 public static LocationST GetInstance()
 {
     if (instance == null)
     {
         instance = new LocationST();
     }
     return(instance);
 }
 public BaseSpaceObject()
 {
     this.SkyPosition = new SkyPosition();
     this.Location    = LocationST.GetInstance();
 }