new files

This commit is contained in:
2022-04-18 16:59:21 +07:00
parent 2c58f3a169
commit 6a68a08dae
2 changed files with 29 additions and 0 deletions

View File

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