new asset added

This commit is contained in:
2024-04-05 13:18:15 +02:00
parent 93db8ae9e5
commit 8a4cd94f53
91 changed files with 23577 additions and 253 deletions

View File

@ -0,0 +1,20 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class DeveloperNeeds : MonoBehaviour
{
[SerializeField] List<GameObject> Events = new List<GameObject>();
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}