C# Class PlayerActors

Inheritance: HumanPlayer
Afficher le fichier Open project: TheJP/GlobalGameJam2016

Méthodes publiques

Свойство Type Description
cameraController CameraController,
manager GameManager,

Méthodes publiques

Méthode Description
Play ( CellGrid, cellGrid ) : void
SelectCharacter ( CellGrid, cellGrid ) : void

Method Details

Play() public méthode

public Play ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
Résultat void

SelectCharacter() public méthode

public SelectCharacter ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
Résultat void

Property Details

cameraController public_oe property

public CameraController, cameraController
Résultat CameraController,

manager public_oe property

public GameManager, manager
Résultat GameManager,