More borg tweaks (#19143)
* borg tweaks but i'm gonna go code fun stuff first * werkin' on it * a ton of tweaks * fuck everyone and then myself
This commit is contained in:
@@ -7,11 +7,12 @@ namespace Content.Shared.Silicons.Borgs.Components;
|
||||
/// Mostly for receiving events.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, Access(typeof(SharedBorgSystem))]
|
||||
public sealed class MMILinkedComponent : Component
|
||||
[AutoGenerateComponentState]
|
||||
public sealed partial class MMILinkedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The MMI this entity is linked to.
|
||||
/// </summary>
|
||||
[DataField("linkedMMI")]
|
||||
[DataField("linkedMMI"), AutoNetworkedField]
|
||||
public EntityUid? LinkedMMI;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user