Files
OldThink/Content.Shared/Revenant/SharedRevenantComponent.cs

10 lines
153 B
C#
Raw Normal View History

2022-08-13 09:49:41 -04:00
using Robust.Shared.GameStates;
namespace Content.Shared.Revenant;
[NetworkedComponent]
public abstract class SharedRevenantComponent : Component
{
}