Predicted gas pumps (#33717)
* Predicted gas pumps I wanted to try out atmos and first thing I found. * a * Remove details range
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.UserInterface;
|
||||
|
||||
/// <summary>
|
||||
/// Specifies the entity as requiring anchoring to keep the ActivatableUI open.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed partial class ActivatableUIRequiresAnchorComponent : Component
|
||||
{
|
||||
[DataField]
|
||||
public LocId? Popup = "ui-needs-anchor";
|
||||
}
|
||||
Reference in New Issue
Block a user