Skip to content

Ready for Modkit

Compare
Choose a tag to compare
@Emik03 Emik03 released this 22 May 16:02
· 821 commits to main since this release

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, and OnNeedySolved to ModuleScript.
  • Added option to wait for other instances of itself on Routine.
  • Added IRCConnection subclass to Game, 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 and ITP<T>. ITP will still remain.