This commit is contained in:
2023-01-17 09:01:53 +01:00
parent 6ddca2faf0
commit e6fa264973
3 changed files with 46 additions and 17 deletions

18
Assets/Scripts/uj.cs Normal file
View File

@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class uj : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}