C# Class Dandy.Debug

Show file Open project: jackpal/Dandy-Dungeon

Public Methods

Method Description
MyAssert ( bool test ) : void
MyDebugBreak ( ) : void

Method Details

MyAssert() public static method

public static MyAssert ( bool test ) : void
test bool
return void

MyDebugBreak() public static method

public static MyDebugBreak ( ) : void
return void