Selectively revert PullController (#28126)
I am leaving the issues open and have updated #26547 with more info on what we should do long-term. This is just to bandaid the short-term complaining.
This commit is contained in:
14
Content.Server/Movement/Components/PullMovingComponent.cs
Normal file
14
Content.Server/Movement/Components/PullMovingComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Robust.Shared.Map;
|
||||
|
||||
namespace Content.Server.Movement.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Added when an entity is being ctrl-click moved when pulled.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class PullMovingComponent : Component
|
||||
{
|
||||
// Not serialized to indicate THIS CODE SUCKS, fix pullcontroller first
|
||||
[ViewVariables]
|
||||
public EntityCoordinates MovingTo;
|
||||
}
|
||||
Reference in New Issue
Block a user