Content changes for engine RotateEvent removal PR (#11448)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.NodeContainer.Nodes
|
||||
namespace Content.Server.NodeContainer.Nodes
|
||||
{
|
||||
/// <summary>
|
||||
/// A <see cref="Node"/> that implements this will have its <see cref="RotateEvent(RotateEvent)"/> called when its
|
||||
/// A <see cref="Node"/> that implements this will have its <see cref="RotateNode(MoveEvent)"/> called when its
|
||||
/// <see cref="NodeContainerComponent"/> is rotated.
|
||||
/// </summary>
|
||||
public interface IRotatableNode
|
||||
@@ -9,6 +9,6 @@
|
||||
/// <summary>
|
||||
/// Rotates this <see cref="Node"/>. Returns true if the node's connections need to be updated.
|
||||
/// </summary>
|
||||
bool RotateEvent(ref RotateEvent ev);
|
||||
bool RotateNode(in MoveEvent ev);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user