void GameManager_OnStickStopGrow() { if (IsActive) { StickController.StopGrow(); StickController.FallStick(); Debug.Log("StopGrow"); } }