start commit

This commit is contained in:
2026-03-01 13:38:37 +09:00
commit 0380675031
528 changed files with 32895 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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()
{
}
}