Files
OldThink/Content.Server/_White/Wizard/Teleport/TeleportLocationComponent.cs

9 lines
223 B
C#
Raw Permalink Normal View History

2024-06-09 20:49:07 +03:00
namespace Content.Server._White.Wizard.Teleport;
[RegisterComponent]
public sealed partial class TeleportLocationComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
public string Location = string.Empty;
}