Predict identity (#40185)

* crossing the pond

* share some station records

* share some criminal records

* single system

* comments

* minor touchups

* I always forget this part

* requested changes

* revert predicted spawn

* requested changes

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
This commit is contained in:
āda
2025-09-23 18:32:20 -05:00
committed by GitHub
parent dddb6163f5
commit 320e67a411
18 changed files with 354 additions and 337 deletions

View File

@@ -1,12 +1,13 @@
using Content.Shared.Inventory;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization;
namespace Content.Shared.IdentityManagement.Components;
[RegisterComponent, NetworkedComponent]
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
public sealed partial class IdentityBlockerComponent : Component
{
[DataField]
[DataField, AutoNetworkedField]
public bool Enabled = true;
/// <summary>
@@ -16,6 +17,8 @@ public sealed partial class IdentityBlockerComponent : Component
public IdentityBlockerCoverage Coverage = IdentityBlockerCoverage.FULL;
}
[Flags]
[Serializable, NetSerializable]
public enum IdentityBlockerCoverage
{
NONE = 0,