Files
OldThink/Content.Server/_White/Wizard/Teleport/TeleportLocationComponent.cs
2024-06-09 20:49:07 +03:00

9 lines
223 B
C#

namespace Content.Server._White.Wizard.Teleport;
[RegisterComponent]
public sealed partial class TeleportLocationComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
public string Location = string.Empty;
}