Exemple #1
0
 public Ship(PermanentShipData def)
 {
     PermanentShip = def;
 }
 public ServerShip(PermanentShipData def)
     : base(def)
 {
 }