9 lines
142 B
C#
9 lines
142 B
C#
|
|
using Content.Shared.Research.Systems;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Research;
|
|||
|
|
|
|||
|
|
public sealed class ResearchSystem : SharedResearchSystem
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|