Make energy sword reflect projectiles and hitscan shots (#14029)
This commit is contained in:
7
Content.Client/Weapons/Reflect/ReflectSystem.cs
Normal file
7
Content.Client/Weapons/Reflect/ReflectSystem.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using Content.Shared.Weapons.Reflect;
|
||||
|
||||
namespace Content.Client.Weapons.Reflect;
|
||||
|
||||
public sealed class ReflectSystem : SharedReflectSystem
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user