C# Class PluginTest.TestPlugin

Inheritance: ExPluginBase
Mostra file Open project: asm256/ExPluginBase Class Usage Examples

Public Methods

Method Description
Assert ( bool test, string message ) : bool
Awake ( ) : void

Method Details

Assert() public method

public Assert ( bool test, string message ) : bool
test bool
message string
return bool

Awake() public method

public Awake ( ) : void
return void