|
@@ -1,7 +1,5 @@
|
|
|
using System.Collections;
|
|
using System.Collections;
|
|
|
using System.Collections.Generic;
|
|
using System.Collections.Generic;
|
|
|
-using UnityEngine;
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
namespace EnemyAI
|
|
namespace EnemyAI
|
|
|
{
|
|
{
|
|
@@ -12,5 +10,9 @@ namespace EnemyAI
|
|
|
get;
|
|
get;
|
|
|
set;
|
|
set;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public UnityEngine.AI.NavMeshAgent navMeshAgent;
|
|
|
|
|
+
|
|
|
|
|
+ public UnityEngine.Vector3 PlayerPosition;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|