Content update for NetEntities (#18935)
This commit is contained in:
@@ -54,9 +54,9 @@ namespace Content.Shared.Pulling.Components
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class PullableComponentState : ComponentState
|
||||
{
|
||||
public readonly EntityUid? Puller;
|
||||
public readonly NetEntity? Puller;
|
||||
|
||||
public PullableComponentState(EntityUid? puller)
|
||||
public PullableComponentState(NetEntity? puller)
|
||||
{
|
||||
Puller = puller;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user