added enemy factory and pool
This commit is contained in:
@@ -7,6 +7,8 @@ namespace Darkmatter.Core
|
||||
{
|
||||
public interface IEnemyPawn : IDamageable
|
||||
{
|
||||
|
||||
GameObject GameObject { get; }
|
||||
void InitializeFromFactory(Transform player,List<Transform> patrolPoints);
|
||||
bool isDead { get; }
|
||||
NavMeshAgent EnemyAI { get; }
|
||||
|
||||
Reference in New Issue
Block a user