Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MBC
Shared
Events
PlayerMessageEvent
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