Reflection refactor (#19253)
This commit is contained in:
13
Content.Shared/Weapons/Reflect/ReflectUserComponent.cs
Normal file
13
Content.Shared/Weapons/Reflect/ReflectUserComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Weapons.Reflect;
|
||||
|
||||
/// <summary>
|
||||
/// Added to an entity if it equips a reflection item in a hand slot or into its clothing.
|
||||
/// Reflection events will then be relayed.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class ReflectUserComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user