This commit is contained in:
2025-10-26 00:23:06 +05:00
parent a024ff2cf6
commit ca7652ee7a
55 changed files with 6589 additions and 0 deletions

16
Assets/scripts/test.cs Normal file
View File

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