Files
crystall-punk-14/Content.Shared/_CP14/Background/CP14BackgroundMerkasServantComponent.cs
2025-09-24 15:59:37 +03:00

9 lines
198 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared._CP14.Background;
[RegisterComponent, NetworkedComponent]
public sealed partial class CP14BackgroundMerkasServantComponent : Component
{
}