Files
aef19ccc25ca3733dfbfa82fe27ea81779d700cf
9 lines
143 B
C#
9 lines
143 B
C#
using Content.Shared.MagicMirror;
|
|||
|
|||
namespace Content.Client.MagicMirror;
|
|||
|
|||
public sealed class MagicMirrorSystem : SharedMagicMirrorSystem
|
|||
{
|
|||
|
|||
}
|