Revs (the spooky ones) (#9842)
This commit is contained in:
9
Content.Shared/Revenant/SharedRevenantComponent.cs
Normal file
9
Content.Shared/Revenant/SharedRevenantComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Revenant;
|
||||
|
||||
[NetworkedComponent]
|
||||
public abstract class SharedRevenantComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user