Files
OldThink/Content.Client/Weapons/Reflect/ReflectSystem.cs

8 lines
142 B
C#
Raw Normal View History

using Content.Shared.Weapons.Reflect;
namespace Content.Client.Weapons.Reflect;
public sealed class ReflectSystem : SharedReflectSystem
{
}