using Robust.Shared.Utility; namespace Content.Shared._Sunrise.CommandConsole; /// /// This is used for... /// [RegisterComponent] public sealed partial class CommandConsoleComponent : Component { [DataField] public string? Input; }