public override void OnEnter(BInput input) { Debug.Log("ActionAIDie"); AIPlayer tinput = input as AIPlayer; tinput.Die(); }