added Quality.SetValue

This commit is contained in:
EvilFactory
2022-08-08 17:36:50 -03:00
parent 9fd550e8f5
commit 0948c6dc35

View File

@@ -97,5 +97,11 @@ namespace Barotrauma.Items.Components
}
}
partial class Quality
{
public void SetValue(StatType statType, float value)
{
statValues[statType] = value;
}
}
}