C# 클래스 MBC.Shared.Events.PlayerMessageEvent

상속: PlayerEvent
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
PlayerMessageEvent ( Player player, string message ) : System

Constructs this event with the player and message it created.

메소드 상세

PlayerMessageEvent() 공개 메소드

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