Release 1.9.8.0 - Summer Update Hotfix 1

This commit is contained in:
Regalis11
2025-07-01 11:40:07 +03:00
parent fd34473640
commit 6661bb607b
18 changed files with 109 additions and 33 deletions
@@ -853,6 +853,9 @@ namespace Barotrauma
}
}
/// <summary>
/// Disabled effects will no longer be executed. Used to make <see cref="oneShot">oneshot</> effects only execute once.
/// </summary>
public bool Disabled { get; private set; }
public static StatusEffect Load(ContentXElement element, string parentDebugName)