Itemshop Layout2 edited
This commit is contained in:
AliIbnAbiTalib
2023-02-20 21:05:53 +01:00
parent f69f05d6dd
commit 02e344c4a1
16 changed files with 1293 additions and 282 deletions
+18
View File
@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ItemShop : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}