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
2a1c40a51c
Update Program.cs with comments explaining how to init Cogwheel
2025-01-02 23:25:40 -06:00
f1a4ea0a65
Fixed the bad csprojects so both can build just fine, and cleaned up unused usings
2025-01-02 23:21:09 -06:00
99ba6e1710
Release 1.2.0
2025-01-02 13:54:01 -06:00
60979355d4
Added project for building dll file
2025-01-01 23:02:41 -06:00
22b25cd8a8
Various QOL changes
2025-01-01 22:25:35 -06:00
c48543138d
Virtualized the CommandsManager rather than using an interface for it
2025-01-01 22:00:03 -06:00
c89cd76396
Removed ICommandsManager and its usages
2025-01-01 21:15:32 -06:00
83bc55526a
Removed extra "[COGWHEEL]" in error logging
2025-01-01 20:46:14 -06:00
9659fb6086
Initial commit
2025-01-01 14:43:35 -06:00