(5a377a8ee) Unstable v0.9.1000.0
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Barotrauma.Items.Components
|
||||
class ModuloComponent : ItemComponent
|
||||
{
|
||||
private float modulus;
|
||||
[InGameEditable, Serialize(1.0f, false, description: "The modulus of the operation. Must be non-zero.")]
|
||||
[InGameEditable, Serialize(1.0f, false, description: "The modulus of the operation. Must be non-zero.", alwaysUseInstanceValues: true)]
|
||||
public float Modulus
|
||||
{
|
||||
get { return modulus; }
|
||||
|
||||
Reference in New Issue
Block a user