Skip to content

Fixed conflict with Log Viewer Hotkey

Compare
Choose a tag to compare
@Emik03 Emik03 released this 26 Jul 15:57
· 424 commits to main since this release
  • Add button to download latest version if a newer version exists.
  • Add KeepCoding.Internal namespace to hide some of the classes that aren't useful but serve to help the library.
  • Add OnAwake() to ModuleScript such that calling the base Awake can be avoided by using this method instead.
  • Add parameter to Game.AddStrikes and Game.SetStrikes to test whether or not the bomb needs to explode.
  • Fix Find<T>() in CacheableBehaviour.
  • Remove autosolve on exception due to conflicts with Log Viewer Hotkey.
  • Remove IsEmpty from TupleBase, you can just do a type comparison or type generic count instead.
  • Remove ITuple interface as TupleBase offers a non-generic tuple type already, and isn't meant to be expanded.