C# Class MBC.Shared.Events.PlayerShotEvent

Inheritance: PlayerEvent
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
PlayerShotEvent ( Player player, Shot shot ) : System

Constructs the event with the player who made the shot. No ship hit.

Méthodes protégées

Méthode Description
PerformOperation ( ) : void

Method Details

PerformOperation() protected méthode

protected PerformOperation ( ) : void
Résultat void

PlayerShotEvent() public méthode

Constructs the event with the player who made the shot. No ship hit.
public PlayerShotEvent ( Player player, Shot shot ) : System
player MBC.Shared.Entities.Player
shot Shot
Résultat System