mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-14 19:29:57 +01:00
This reverts commit 1f2d80297c.
Discussed during the maintainer meeting and voted to be reverted at this time.
9 lines
142 B
C#
9 lines
142 B
C#
using Content.Shared.Research.Systems;
|
|
|
|
namespace Content.Client.Research;
|
|
|
|
public sealed class ResearchSystem : SharedResearchSystem
|
|
{
|
|
|
|
}
|