C# Class MBC.Core.Controllers.ControlledPlayer

Inheritance: MBC.Shared.Entities.Player
Afficher le fichier Open project: aiclub/Mohawk_Battleship

Méthodes publiques

Méthode Description
ControlledPlayer ( System.Entity parent, string newName, IController2 cont ) : System

Constructs a Player with an ID and a name.

Method Details

ControlledPlayer() public méthode

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
Résultat System