First project upload

This commit is contained in:
Rohan
2026-06-26 22:41:39 +05:30
parent 7f6e734b16
commit 604c0c786a
4637 changed files with 4299718 additions and 489307 deletions

View File

@@ -319,7 +319,7 @@ public class TeamVault : MonoBehaviour
obj = Instantiate(prefab, transform.position + Vector3.up * 0.5f, Quaternion.identity);
}
var bag = obj.GetComponent<CashBag>();
var bag = obj.GetComponent<CashMag>();
if (bag != null)
{
bag.SetCashValue(bag.CashValue);