2026-04-28 게임가이드

This commit is contained in:
2026-04-28 15:12:18 +09:00
parent 62c70982ee
commit ae2102c411
38 changed files with 1373 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class GuidePage : MonoBehaviour
{
[TextArea(1, 2)] public string Title;
}