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