New Status Effects system: Relay events (#38579)

This commit is contained in:
Red
2025-06-26 23:05:58 +03:00
committed by GitHub
parent 27914467fd
commit 283d0863a0
7 changed files with 72 additions and 58 deletions

View File

@@ -25,11 +25,4 @@ public sealed partial class SSDIndicatorComponent : Component
/// </summary>
[DataField, AutoPausedField, Access(typeof(SSDIndicatorSystem))]
public TimeSpan FallAsleepTime = TimeSpan.Zero;
/// <summary>
/// Required to don't remove forced sleep from other sources
/// </summary>
[ViewVariables(VVAccess.ReadWrite)]
[AutoNetworkedField]
public bool ForcedSleepAdded = false;
}