public override void OnStateExit(SMClient client) { Debug.Log("Bye, left. " + test); }
public override void OnStateEnter(SMClient c) { Debug.Log($"Hi, entered. {test} {testVariable[c].deltaPosition} {testVariable3[c].velocity} {c.Variables.Get<Animator>(testVariable4).gameObject}"); }