(965c31410a) Unstable v0.10.4.0
This commit is contained in:
@@ -34,6 +34,13 @@ namespace Barotrauma.Items.Components
|
||||
set { maxFlow = value; }
|
||||
}
|
||||
|
||||
[Editable, Serialize(false, false, alwaysUseInstanceValues: true)]
|
||||
public bool IsOn
|
||||
{
|
||||
get { return IsActive; }
|
||||
set { IsActive = value; }
|
||||
}
|
||||
|
||||
private float currFlow;
|
||||
public float CurrFlow
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user