* clean up infinite researchsystem shitcode * fml some more shit * make syncing work logically * naming naming naming
9 lines
130 B
C#
9 lines
130 B
C#
namespace Content.Server.Research.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed class ResearchConsoleComponent : Component
|
|
{
|
|
|
|
}
|
|
|