Example #1
0
 public TileEnergy(Texture2D energyTile, GUI_WaypointStore guiWaypointStore)
     : base(energyTile)
 {
     parent = guiWaypointStore;
 }
Example #2
0
 public TileRepair(Texture2D medpakTile, GUI_WaypointStore guiWaypointStore)
     : base(medpakTile)
 {
     parent = guiWaypointStore;
 }
Example #3
0
 public TileLaser(Texture2D texture2D, GUI_WaypointStore guiWaypointStore)
     : base(texture2D)
 {
     parent = guiWaypointStore;
 }