C# Class MBC.Core.Controllers.ControlledPlayer

Inheritance: MBC.Shared.Entities.Player
Exibir arquivo Open project: aiclub/Mohawk_Battleship

Public Methods

Method Description
ControlledPlayer ( System.Entity parent, string newName, IController2 cont ) : System

Constructs a Player with an ID and a name.

Method Details

ControlledPlayer() public method

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
return System