Refactor ShopUI to remove unused namespaces; add new meta files for assets
This commit is contained in:
@@ -22,13 +22,11 @@ namespace Shop
|
||||
|
||||
private void OnEnable()
|
||||
{
|
||||
// GameManager.Instance.OnRoundEnd += OpenShop;
|
||||
GameManager.Instance.OnStoreOpen += OpenShop;
|
||||
}
|
||||
|
||||
private void OnDisable()
|
||||
{
|
||||
// GameManager.Instance.OnRoundEnd -= OpenShop;
|
||||
GameManager.Instance.OnStoreOpen -= OpenShop;
|
||||
}
|
||||
|
||||
|
@@ -1,10 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Inventory;
|
||||
using Systems;
|
||||
using TMPro;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
|
||||
namespace Shop
|
||||
{
|
||||
|
Reference in New Issue
Block a user