Fixes command 'addsimple' in TestBotDynamicCommands.
Created by: theRaphnika
Fixes command 'addsimple' in TestBotDynamicCommands.
Details
CommandOverloadBuilder only takes non static methods, therefor both methods have been moved outside of AddSimple.
Changes proposed
- Changed Methodname to comply with Codeconvention
- moved Fun0 and Func1 out of AddSimple