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