You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of changes ..
- removed useless debug objects & commands
- removed dependency on System.Collections.Immutable as it caused more trouble
- synchronized namescapes in the Command section
- added a new ArgumentBuilder for Commands
- command arguments are now acquired via BuildArgs() rather than the Arguments property
- removed the IHookEvent interface as it serves no purpose whatsoever
- added a custom position synchronizing method
#28