Files
OldThink/Content.Shared/Changeling/LesserFormRestrictedComponent.cs

9 lines
188 B
C#
Raw Permalink Normal View History

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