Esempio n. 1
0
 // Sets the UI colors.
 private void SetUIColor()
 {
     playerUIManagerScript.SetColorAll(playerUIManagerScript.GetGunColor(currentGun));
     gameManagerScript.SetUIColor(playerUIManagerScript.GetGunColor(currentGun));
 }