C# 클래스 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.
상속: Event
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
PlayerEvent ( Player player ) : System

Constructs this event with the given player.

메소드 상세

PlayerEvent() 공개 메소드

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