Ejemplo n.º 1
0
 public static Ship GetShipAt(Shot shotMade)
 {
     return(GetShipAt(shotMade.ReceiverPlr.Ships, shotMade.Coordinates));
 }
Ejemplo n.º 2
0
 /// <summary>
 /// <see cref="IController.ShotHit()"/>
 /// </summary>
 public virtual void ShotHit(Shot shot, bool sunk)
 {
 }
Ejemplo n.º 3
0
 /// <summary>
 /// <see cref="IController.ShotMiss()"/>
 /// </summary>
 public virtual void ShotMiss(Shot shot)
 {
 }
Ejemplo n.º 4
0
 /// <summary>
 /// <see cref="IController.OpponentShot()"/>
 /// </summary>
 public virtual void OpponentShot(Shot shot)
 {
 }