Generic C# development tools
Go to file
Chris Bell 8ffedd6ba9 - Added more public CommandsManager access methods to the COGWHEEL static class
- Ability to add custom parsers to the CommandManager with AddCustomerParser(Type, Func<string, object>)
- Added two custom parsers from the COGWHEEL class: `System.Numerics.Vector2` and `System.Numerics.Vector3`
2025-01-03 19:12:19 -06:00
src - Added more public CommandsManager access methods to the COGWHEEL static class 2025-01-03 19:12:19 -06:00
.gitignore Initial commit 2025-01-01 14:43:35 -06:00
Cogwheel.csproj Fixed the bad csprojects so both can build just fine, and cleaned up unused usings 2025-01-02 23:21:09 -06:00
Program.cs - Added more public CommandsManager access methods to the COGWHEEL static class 2025-01-03 19:12:19 -06:00