Files
ChunilENG/Assets/Scripts/UI/Panel_Effect.cs

9 lines
145 B
C#
Raw Normal View History

2025-03-17 12:31:51 +09:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using WI;
public class Panel_Effect : MonoBehaviour, ISingle
{
}