C# Class PlayerActors

Inheritance: HumanPlayer
Mostrar archivo Open project: TheJP/GlobalGameJam2016

Public Properties

Property Type Description
cameraController CameraController,
manager GameManager,

Public Methods

Method Description
Play ( CellGrid, cellGrid ) : void
SelectCharacter ( CellGrid, cellGrid ) : void

Method Details

Play() public method

public Play ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
return void

SelectCharacter() public method

public SelectCharacter ( CellGrid, cellGrid ) : void
cellGrid CellGrid,
return void

Property Details

cameraController public_oe property

public CameraController, cameraController
return CameraController,

manager public_oe property

public GameManager, manager
return GameManager,