Add a system for modifying entity names without causing conflicts (#27863)
This commit is contained in:
@@ -14,14 +14,6 @@ namespace Content.Server.Chemistry.Components;
|
||||
[RegisterComponent, Access(typeof(TransformableContainerSystem))]
|
||||
public sealed partial class TransformableContainerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// This is the initial metadata name for the container.
|
||||
/// It will revert to this when emptied.
|
||||
/// It defaults to the name of the parent entity unless overwritten.
|
||||
/// </summary>
|
||||
[DataField("initialName")]
|
||||
public string? InitialName;
|
||||
|
||||
/// <summary>
|
||||
/// This is the initial metadata description for the container.
|
||||
/// It will revert to this when emptied.
|
||||
|
||||
Reference in New Issue
Block a user