TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ Unload()

override void Terraria.ModLoader.KeybindLoader.Unload ( )
inlinepackagevirtual

Reimplemented from Terraria.ModLoader.Loader< T >.

Definition at line 13 of file KeybindLoader.cs.

14 {
15 modKeybinds.Clear();
16 }
static readonly IDictionary< string, ModKeybind > modKeybinds

References Terraria.ModLoader.KeybindLoader.modKeybinds.