Files
flufflparty-/FlufflParty/Assets/Scripts/ItemShop.cs
T
brausjonas 94d05de754 StarSystem
Stars With switching positions
(Bought stars are not saved or shown)
2023-02-26 22:26:58 +01:00

12 lines
276 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ItemShop : MonoBehaviour
{
[SerializeField] private GameObject Layout2;
[SerializeField] private GameObject LayoutItemShop;
[SerializeField] private Client client;
}