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

9 lines
200 B
C#

namespace Content.Server._Sunrise.Boss.Components;
/// <summary>
/// This is used for...
/// </summary>
[RegisterComponent]
public sealed partial class HellSpawnArenaComponent : Component
{
}