Files

17 lines
279 B
C#
Raw Permalink Normal View History

2026-03-01 13:38:37 +09:00
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()
{
}
}