C# Class SouthEmainSealStoneScript, aura

Inheritance: SealStoneScript
Show file Open project: aura-project/aura

Public Methods

Method Description
Check ( Creature, creature, Prop, prop ) : bool
OnBreak ( Creature, creature ) : void
Setup ( ) : void

Method Details

Check() public method

public Check ( Creature, creature, Prop, prop ) : bool
creature Creature,
prop Prop,
return bool

OnBreak() public method

public OnBreak ( Creature, creature ) : void
creature Creature,
return void

Setup() public method

public Setup ( ) : void
return void