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