fish-station/Content.Shared/_Sunrise/CommandConsole/CommandConsoleComponent.cs

13 lines
267 B
C#

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