Files
OldThink/Content.Shared/_White/CharacterExamine/CharacterInformationComponent.cs

10 lines
199 B
C#

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