Files
tbd-station-14/Content.Client/Weapons/Reflect/ReflectSystem.cs

8 lines
142 B
C#

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