using Invector.vCharacterController.AI.FSMBehaviour; using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Beyond { public class vChangeFSMTest : MonoBehaviour { public string eventName; public vFSMBehaviour newBehaviour; } }