C# Class SyncCore, Aegina

Inheritance: SyncElement
Show file Open project: JMounier/Aegina Class Usage Examples

Public Methods

Method Description
AttackCristal ( int damage, Team, team ) : void

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
CmdSetLevelAtk ( int level ) : void
CmdSetLevelPort ( int level ) : void
CmdSetLevelProd ( int level ) : void
CmdSetLevelTot ( int level ) : void
CmdSetTeam ( Team, team ) : void
NeedUpdate ( ) : void
RpcSetColor ( Team, team ) : void
Update ( ) : void

Method Details

AttackCristal() public method

public AttackCristal ( int damage, Team, team ) : void
damage int
team Team,
return void

Start() protected method

protected Start ( ) : void
return void