Пример #1
0
 public override void Unload()
 {
     Instance = null;
 }
Пример #2
0
 public override void Load()
 {
     Instance = this;
     IL.Terraria.Player.Update       += UpdatePatch;
     IL.Terraria.Player.ScrollHotbar += ScrollHotbarPatch;
 }