Exemplo n.º 1
0
 public void AddMothership(MothershipDrone dro)
 {
     dro.SetOwner(GetMothershipID());
     _motherships.Add(dro);
 }
 public void AddMothership(MothershipDrone dro)
 {
     dro.SetOwner(GetMothershipID());
     _motherships.Add(dro);
 }