public void OnPreUpdate() { Inventory_Enhancements.Update(null, null); Inventory_Enhancements_UI.Update(null, null); CycleAmmo.Update(null, null); AutoTrash.Update(null, null); Input.Update(); }
public void OnDrawInventory() { Inventory_Enhancements_UI.DrawInventory(null, null); }