Files
crystall-punk-14/Content.Server/_CP14/RoundEnd/CP14MagicContainerRoundFinisherComponent.cs

12 lines
256 B
C#
Raw Normal View History

using Content.Server._CP14.Demiplane;
namespace Content.Server._CP14.RoundEnd;
/// <summary>
///
/// </summary>
[RegisterComponent, Access(typeof(CP14DemiplaneSystem))]
public sealed partial class CP14MagicContainerRoundFinisherComponent : Component
{
}