Files
wwdpublic/Content.Client/Magic/MagicSystem.cs
ActiveMammmoth da949411cc Wizard Staff of Animation (#34649)
(cherry picked from commit 9fad86342f91ec427d3e4bce823edb3caa4c6415)
2025-09-20 20:33:22 +03:00

9 lines
153 B
C#

using Content.Shared.Magic;
using Content.Shared.Magic.Events;
namespace Content.Client.Magic;
public sealed class MagicSystem : SharedMagicSystem
{
}