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

7 lines
145 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 SpawnTeleportLocationComponent : Component
{
}