Refactor ShopUI to remove unused namespaces; add new meta files for assets

This commit is contained in:
2025-07-12 03:56:43 +02:00
parent 2b8f7c1e6d
commit b2e41816b0
3591 changed files with 233986 additions and 277 deletions

View File

@@ -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;
}