Beispiel #1
0
 public void OnPreUpdate()
 {
     Inventory_Enhancements.Update(null, null);
     Inventory_Enhancements_UI.Update(null, null);
     CycleAmmo.Update(null, null);
     AutoTrash.Update(null, null);
     Input.Update();
 }
Beispiel #2
0
 public void OnDrawInventory()
 {
     Inventory_Enhancements_UI.DrawInventory(null, null);
 }