2026-04-21 가격창, 사운드

This commit is contained in:
2026-04-21 18:19:24 +09:00
parent 1feebc9a85
commit abaf994ebf
8293 changed files with 514567 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
using UnityEngine;
using VRShopping.Items;
public class ItemInstance : MonoBehaviour
{
public ItemData ItemDataInfo;
}