Optimize pipe net appearance updating. (#6469)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -9,8 +9,8 @@ namespace Content.Server.NodeContainer.Nodes
|
||||
public interface IRotatableNode
|
||||
{
|
||||
/// <summary>
|
||||
/// Rotates this <see cref="Node"/>.
|
||||
/// Rotates this <see cref="Node"/>. Returns true if the node's connections need to be updated.
|
||||
/// </summary>
|
||||
void RotateEvent(ref RotateEvent ev);
|
||||
bool RotateEvent(ref RotateEvent ev);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user