Example #1
0
 public Task Fire(Coordinate coordinate)
 {
     return(game.ShootAtAsync(coordinate, null));
 }