C# Class MBC.Shared.Events.PlayerMessageEvent

Inheritance: PlayerEvent
ファイルを表示 Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
PlayerMessageEvent ( Player player, string message ) : System

Constructs this event with the player and message it created.

Method Details

PlayerMessageEvent() public method

Constructs this event with the player and message it created.
public PlayerMessageEvent ( Player player, string message ) : System
player MBC.Shared.Entities.Player
message string
return System