C# 클래스 MBC.Core.Controllers.ControlledPlayer

상속: MBC.Shared.Entities.Player
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
ControlledPlayer ( System.Entity parent, string newName, IController2 cont ) : System

Constructs a Player with an ID and a name.

메소드 상세

ControlledPlayer() 공개 메소드

Constructs a Player with an ID and a name.
public ControlledPlayer ( System.Entity parent, string newName, IController2 cont ) : System
parent System.Entity
newName string The name of the player
cont IController2
리턴 System