Ejemplo n.º 1
0
 protected Shot CreateShot(IDNumber opponent, Coordinates shotCoords)
 {
     return(new Shot(opponent, shotCoords));
 }
Ejemplo n.º 2
0
 protected Shot CreateShot(Coordinates shotCoords)
 {
     return(CreateShot(NextOpponent(), shotCoords));
 }