C# Class SimpleEnemyPlayer, PocketGodsRPG_Proto

Inheritance: IPlayer
Datei anzeigen Open project: pocket-playlab/PocketGodsRPG_Proto

Public Methods

Method Description
DoAction ( ) : void

This is like an update function

OnFinishedTurn ( ) : void
OnStartTurn ( ) : void
SimpleEnemyPlayer ( ) : System.Collections

Private Methods

Method Description
OnSkillFinished ( ) : void

Method Details

DoAction() public method

This is like an update function
public DoAction ( ) : void
return void

OnFinishedTurn() public method

public OnFinishedTurn ( ) : void
return void

OnStartTurn() public method

public OnStartTurn ( ) : void
return void

SimpleEnemyPlayer() public method

public SimpleEnemyPlayer ( ) : System.Collections
return System.Collections