Esempio n. 1
0
 public void SwitchProfile(ShootProfile newProfile)
 {
     Profile = newProfile;
     Init();
 }
 public void SwitchProfile(ShootProfile newProfile)
 {
     shootProfile = newProfile;
 }