Пример #1
0
 public override void Load()
 {
     instance = this;
     for (int i = 0; i < 10; i++)
     {
         QuickHotKeys[i] = RegisterHotKey("Quick Use Item " + (i + 11), "");
     }
 }
Пример #2
0
 public override void Unload()
 {
     QuickHotKeys = new ModHotKey[10];
     instance     = null;
 }