C# Class MBC.Shared.Events.PlayerEvent

The base class for a series of Events that provide information on the actions made in rounds from controllers. Provides the IDNumber of the Controller that caused the event to be created.
Inheritance: Event
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
PlayerEvent ( Player player ) : System

Constructs this event with the given player.

Method Details

PlayerEvent() public méthode

Constructs this event with the given player.
public PlayerEvent ( Player player ) : System
player MBC.Shared.Entities.Player
Résultat System