- add: Runes can't be examined by crew. (#129)

* - add: Runes can't be examined by crew.

* - add: No rune pointing.
This commit is contained in:
Aviu00
2024-02-27 21:00:02 +09:00
committed by GitHub
parent 292743ae3e
commit e856e3de2f
4 changed files with 49 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
namespace Content.Shared._White.Cult.Components;
[RegisterComponent]
public sealed partial class CultRuneComponent : Component
{
}