Started EnemyController Script

This commit is contained in:
Caleb
2025-04-27 19:41:05 +01:00
parent dbb88932d7
commit 6a34653ec6
2886 changed files with 139944 additions and 138316 deletions

View File

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