fish-station/Content.Shared/_Sunrise/Boss/Components/HellSpawnArenaTransferTargetComponent.cs
pacable 8f2445ea94
Адское Отродье - Босс для утилей (#1525)
Signed-off-by: pacable <igor.mamaev1@gmail.com>
2025-03-10 02:33:48 +03:00

11 lines
268 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._Sunrise.Boss.Components;
/// <summary>
/// This is used for...
/// </summary>
[RegisterComponent] [NetworkedComponent]
public sealed partial class HellSpawnArenaTransferTargetComponent : Component
{
}