Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

RogueLibs v1.1

Compare
Choose a tag to compare
@Chasmical Chasmical released this 24 May 15:59
972a562
  • Renamed Mutator class to CustomMutator!;
  • Removed MutatorInfo class, use CustomNameInfo instead!;
  • Removed Mutator.Cancellations and CancelledBy, use Conflicting instead!;
  • Removed SetMutator(id, unlocked, english,..), use SetMutator(id, unlocked, name, description) instead!;
  • Removed SetCustomName(id, type, english,..), use SetCustomName(id, type, info) instead!;
  • Removed GetCustomName(id), use GetCustomName(id, type) instead!;
  • Removed DeleteCustomName(id), use DeleteCustomName(id, type) instead!;
  • CustomNameInfo is now a struct;
  • Changed some configuration loading code;
  • Added class RoguePatcher, more info here;
  • Added static class RogueUtilities, more info here;