C# Class rp_giantspider2PuzzleScript, aura

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

Public Methods

Method Description
OnPrepare ( Puzzle, puzzle ) : void
OnPropEvent ( Puzzle, puzzle, Prop, prop ) : void
OnPuzzleCreate ( Puzzle, puzzle ) : void

Method Details

OnPrepare() public method

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

OnPropEvent() public method

public OnPropEvent ( Puzzle, puzzle, Prop, prop ) : void
puzzle Puzzle,
prop Prop,
return void

OnPuzzleCreate() public method

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