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

7 lines
145 B
C#

namespace Content.Server._White.Wizard.Teleport;
[RegisterComponent]
public sealed partial class SpawnTeleportLocationComponent : Component
{
}