Ready for Modkit
Version numbers will from now on follow semantic versioning.
This update irons out the last few things needed before this library is fully ready to be used in a modkit.
- Added
OnModuleStrike
,OnRegularSolved
, andOnNeedySolved
toModuleScript
. - Added option to wait for other instances of itself on
Routine
. - Added
IRCConnection
subclass toGame
, allowing you to send twitch messages in the chat. - Changed library to be C# 8. This is to help people compile it in operating systems other than Windows.
- Removed interfaces
IModule
andITP<T>
.ITP
will still remain.