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