17 lines
183 B
C#
17 lines
183 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class NPCBrain : MonoBehaviour
|
|
{
|
|
|
|
}
|
|
|
|
|
|
// idle
|
|
// patrol
|
|
// pursuit
|
|
// recall
|
|
// attack
|
|
// block
|