Exemplo n.º 1
0
 public override void Deactivate()
 {
     base.Deactivate();
     if (Action.IsSuccess() && Owner.WeaponComponent.GetCurrentWeapon().ClipAmmo > 0)
     {
         Owner.WorldState.SetWSProperty(E_PropKey.WeaponLoaded, true);
     }
 }