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