This commit is contained in:
2025-11-04 11:02:02 +09:00
parent 984e9188c1
commit bb7ed2d6dc
333 changed files with 50301 additions and 8202 deletions

View File

@@ -2,6 +2,7 @@ using UnityEngine;
public class Entity : MonoBehaviour
{
public string name;
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{