protected override void FSMFixedUpdate() { CurState.Reason(playerTransform, transform); CurState.Act(playerTransform, transform); }