workspace 폴더 커밋

This commit is contained in:
2025-05-21 17:54:01 +09:00
parent 0b0d236821
commit ba196b626a
85 changed files with 46855 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using TMPro;
using UnityEngine;
namespace Studio.UI.Popup
{
[RequireComponent(typeof(TextMeshProUGUI))]
public class UIPopupMessage : UnityEngine.MonoBehaviour { }
}