started building logics for enemy

This commit is contained in:
Mausham
2025-12-30 22:51:33 +05:45
parent b59d12631f
commit 3aabc42bf8
76 changed files with 9832 additions and 82084 deletions

View File

@@ -0,0 +1,9 @@
using UnityEngine;
namespace Darkmatter.Domain
{
public class EnemyStateMachine:StateMachine
{
}
}