This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
RogueLibs v1.1
- Renamed
Mutator
class toCustomMutator
!; - Removed
MutatorInfo
class, useCustomNameInfo
instead!; - Removed
Mutator.Cancellations
andCancelledBy
, useConflicting
instead!; - Removed
SetMutator(id, unlocked, english,..)
, useSetMutator(id, unlocked, name, description)
instead!; - Removed
SetCustomName(id, type, english,..)
, useSetCustomName(id, type, info)
instead!; - Removed
GetCustomName(id)
, useGetCustomName(id, type)
instead!; - Removed
DeleteCustomName(id)
, useDeleteCustomName(id, type)
instead!; CustomNameInfo
is now astruct
;- Changed some configuration loading code;
- Added class
RoguePatcher
, more info here; - Added static class
RogueUtilities
, more info here;