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

13 lines
301 B
C#

using Robust.Shared.Map;
namespace Content.Server._Sunrise.Boss.Components;
/// <summary>
/// This is used for...
/// </summary>
[RegisterComponent]
public sealed partial class HellSpawnFighterComponent : Component
{
[DataField]
public EntityCoordinates? TeleportedFromCoordinates;
}