Files
ScriptsRuning/Assets/Scripts/Chapter5.cs
2026-03-01 13:38:37 +09:00

17 lines
279 B
C#

using UnityEngine;
public class Chapter5 : 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()
{
}
}