![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
Classes | |
class | NoOpSerializer |
A "no-op" TypeSerializer which can be used to make the NetSerializer ignore fields of certain type. For example, Delegates cannot be serializer by default, and NoOpSerializer could be used to ignore all subclasses of Delegate More... | |
class | TypeDictionary |
Threadsafe Type -> T dictionary, which supports lockless reading. More... | |
class | TypeIDList |
Threadsafe TypeID -> TypeData list, which supports lockless reading. More... | |