add spawn point, death
This commit is contained in:
@@ -2,6 +2,11 @@ using UnityEngine;
|
||||
|
||||
public class EnemyAI : Character
|
||||
{
|
||||
protected override void OnDeath()
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
}
|
||||
|
||||
protected override void SetClimbingAnimation(bool isClimbing)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user