|
TModLoader v1.4.4.9
TModLoader source code documentation
|
tModLoader will call Clone on ModConfig to facilitate proper implementation of the ModConfig user interface and detecting when a reload is required. Modders need to override this method if their config contains reference types. Failure to do so will lead to bugs. See ModConfigShowcaseDataTypes.Clone for examples and explanations.
Definition at line 78 of file ModConfig.cs.