first commit

This commit is contained in:
2026-05-14 16:01:30 +09:00
commit ea31d5a4e0
11929 changed files with 830208 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class PlayerController : 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()
{
}
}