Files
flufflparty-/FlufflParty/Assets/Scripts/ItemShop.cs
T
AliIbnAbiTalib 02e344c4a1 LOL
Itemshop Layout2 edited
2023-02-20 21:05:53 +01:00

19 lines
292 B
C#

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()
{
}
}