first commit

This commit is contained in:
2025-09-30 19:02:22 +02:00
commit e351b8a52e
68 changed files with 9102 additions and 0 deletions

16
Assets/TestScript.cs Normal file
View File

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