mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:50:54 +01:00
8 lines
142 B
C#
8 lines
142 B
C#
using Content.Shared.Weapons.Reflect;
|
|
|
|
namespace Content.Client.Weapons.Reflect;
|
|
|
|
public sealed class ReflectSystem : SharedReflectSystem
|
|
{
|
|
}
|