Files
crystall-punk-14/Content.Server/Bible/Components/BibleUserComponent.cs

9 lines
193 B
C#
Raw Normal View History

using Robust.Shared.GameObjects;
using Robust.Shared.Analyzers;
namespace Content.Server.Bible.Components
{
[RegisterComponent]
public sealed class BibleUserComponent : Component {}
}