Exemplo n.º 1
0
 public void AddShip(PassingShip vis)
 {
     this.passingShips.Add(vis);
     vis.passingShipManager = this;
 }
Exemplo n.º 2
0
 public void RemoveShip(PassingShip vis)
 {
     this.passingShips.Remove(vis);
     vis.passingShipManager = null;
 }
Exemplo n.º 3
0
 private static string <TradeShip> m__0(PassingShip x)
 {
     return(x.name);
 }