Files
crystall-punk-14/Content.Server/Bible/Components/BibleUserComponent.cs
2022-01-31 02:20:22 +11:00

9 lines
226 B
C#

using Robust.Shared.GameObjects;
using Robust.Shared.Analyzers;
namespace Content.Server.Bible.Components
{
[RegisterComponent, ComponentProtoName("BibleUser")]
public sealed class BibleUserComponent : Component {}
}