Gives Chaplain their Bible 🙏 (#6269)

This commit is contained in:
Rane
2022-01-30 10:20:22 -05:00
committed by GitHub
parent cc171dc04a
commit 8070fce5e7
16 changed files with 237 additions and 4 deletions

View File

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