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
ファイルを表示 Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
PlayerEvent ( Player player ) : System

Constructs this event with the given player.

Method Details

PlayerEvent() public method

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