void Start() { states = GetComponent <StateManager>(); AISnapshots.GetInstance().RequestAISnapshot(this); }
void Awake() { instance = this; }