Exemplo n.º 1
0
        protected void SetPredictedWeaponValue(PredictedWeaponStateIndex type, int value)
        {
            var index = (int)type;

            _predictedWeaponValue[index] = value;
        }
Exemplo n.º 2
0
 protected int GetPredictedWeaponValue(PredictedWeaponStateIndex type)
 {
     return(_predictedWeaponValue[(int)type]);
 }