Add a system for modifying entity names without causing conflicts (#27863)
This commit is contained in:
@@ -3,12 +3,6 @@ namespace Content.Shared.Lube;
|
||||
[RegisterComponent]
|
||||
public sealed partial class LubedComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Reverts name to before prefix event (essentially removes prefix).
|
||||
/// </summary>
|
||||
[DataField("beforeLubedEntityName")]
|
||||
public string BeforeLubedEntityName = string.Empty;
|
||||
|
||||
[DataField("slipsLeft"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public int SlipsLeft;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user