Wizard_Of_Wak/Assets/1_Script/System/ItemManager.cs

17 lines
282 B
C#

using UnityEngine;
public class ItemManager : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}