Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
MBC
Shared
Events
PlayerEvent
C# Class MBC.Shared.Events.PlayerEvent
The base class for a series of
Event
s 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