8 lines
117 B
C#
8 lines
117 B
C#
|
|
using Content.Shared.Mind;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Mind;
|
|||
|
|
|
|||
|
|
public sealed class MindSystem : SharedMindSystem
|
|||
|
|
{
|
|||
|
|
}
|