Add a system for modifying entity names without causing conflicts (#27863)
This commit is contained in:
@@ -6,11 +6,6 @@ namespace Content.Shared.Glue;
|
||||
[Access(typeof(SharedGlueSystem))]
|
||||
public sealed partial class GluedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Reverts name to before prefix event (essentially removes prefix).
|
||||
/// </summary>
|
||||
[DataField("beforeGluedEntityName"), ViewVariables(VVAccess.ReadOnly)]
|
||||
public string BeforeGluedEntityName = string.Empty;
|
||||
|
||||
[DataField("until", customTypeSerializer: typeof(TimeOffsetSerializer)), ViewVariables(VVAccess.ReadWrite)]
|
||||
public TimeSpan Until;
|
||||
|
||||
Reference in New Issue
Block a user