public void SetSecondaryWeapon(WeaponFunc Seconday)
 {
     SecondaryWeapon = Seconday;
 }
Ejemplo n.º 2
0
 public void SetSecondaryWeaponRelease(WeaponFunc SecondaryR)
 {
     SecondaryWeaponRelease = SecondaryR;
 }
 public void SetPrimaryWeapon(WeaponFunc Primary)
 {
     PrimaryWeapon = Primary;
 }
Ejemplo n.º 4
0
 public void SetPrimaryWeaponRelease(WeaponFunc PrimaryR)
 {
     PrimaryWeaponRelease = PrimaryR;
 }