Create enemy

This commit is contained in:
2023-06-25 13:13:42 +03:00
parent 0c76ebe124
commit e972ae1d8c
5 changed files with 254 additions and 19 deletions
+7
View File
@@ -0,0 +1,7 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class EnemyAI :Character
{
}