C# Class SyncBoss, Aegina

Inheritance: NetworkBehaviour
ファイルを表示 Open project: JMounier/Aegina

Public Methods

Method Description
ReceiveDamage ( int damage ) : void
Restart ( ) : void
ShockWave ( ) : void
Summon ( ) : void
UseCristal ( ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

ReceiveDamage() public method

public ReceiveDamage ( int damage ) : void
damage int
return void

Restart() public method

public Restart ( ) : void
return void

ShockWave() public method

public ShockWave ( ) : void
return void

Summon() public method

public Summon ( ) : void
return void

UseCristal() public method

public UseCristal ( ) : void
return void