C# Class PuzzleLogic, Hellbound

Inheritance: MonoBehaviour
Datei anzeigen Open project: Backman/Hellbound Class Usage Examples

Public Methods

Method Description
cleanupPuzzleEvents ( ) : void
getLogic ( ) : PuzzleLogicImp,
removeEvents ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void

Method Details

cleanupPuzzleEvents() public static method

public static cleanupPuzzleEvents ( ) : void
return void

getLogic() public method

public getLogic ( ) : PuzzleLogicImp,
return PuzzleLogicImp,

removeEvents() public method

public removeEvents ( ) : void
return void