Add: KamikazeAI

This commit is contained in:
manhduyhoang90
2026-06-05 14:47:46 +07:00
parent e6ae15cd2a
commit ea9c27fa33
8 changed files with 494 additions and 0 deletions

View File

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