void GameManager_OnStickStartGrow() { if (IsActive) { StickController.StartGrow(); Debug.Log("StartGrow"); } }