- add: Time beacon. (#254)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Content.Server._White.TimeBeacon;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class TimeBeaconAnchorComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public EntityUid Entity = EntityUid.Invalid;
|
||||
|
||||
[DataField]
|
||||
public TimeSpan Duration = TimeSpan.FromSeconds(10);
|
||||
}
|
||||
Reference in New Issue
Block a user