C# Class TreasureChestEventScript, aura

Inheritance: GameEventScript
Mostrar archivo Open project: aura-project/aura

Public Methods

Method Description
AfterLoad ( ) : void
Load ( ) : void

Protected Methods

Method Description
OnEnd ( ) : void
OnStart ( ) : void

Method Details

AfterLoad() public method

public AfterLoad ( ) : void
return void

Load() public method

public Load ( ) : void
return void

OnEnd() protected method

protected OnEnd ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void