C# Class rp_treforPuzzleScript, aura

Inheritance: PuzzleScript
ファイルを表示 Open project: aura-project/aura

Public Methods

Method Description
OnMonsterDead ( Puzzle, puzzle, MonsterGroup, group ) : void
OnPrepare ( Puzzle, puzzle ) : void
OnPuzzleCreate ( Puzzle, puzzle ) : void

Method Details

OnMonsterDead() public method

public OnMonsterDead ( Puzzle, puzzle, MonsterGroup, group ) : void
puzzle Puzzle,
group MonsterGroup,
return void

OnPrepare() public method

public OnPrepare ( Puzzle, puzzle ) : void
puzzle Puzzle,
return void

OnPuzzleCreate() public method

public OnPuzzleCreate ( Puzzle, puzzle ) : void
puzzle Puzzle,
return void