コード例 #1
0
 void Start()
 {
     if (upgradeController.Headstart())
     {
         StartCoroutine(ActivateSprintPowerUp(true));
     }
 }