Files
tbd-station-14/Content.Shared/Revenant/SharedRevenantComponent.cs
2022-08-13 23:49:41 +10:00

10 lines
153 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Revenant;
[NetworkedComponent]
public abstract class SharedRevenantComponent : Component
{
}