/// <summary> /// 破棄 /// </summary> public void Destroy() { if (!IsStateNull()) { state.Destroy(playerControllerInstance); } }