Beispiel #1
0
 public Station(fbWorld world) : base(world)
 {
     Texture = "station";
 }
Beispiel #2
0
 protected Structure(
     fbWorld world
     )
 {
     World = world;
 }