8 lines
163 B
C#
8 lines
163 B
C#
using Content.Shared.Revenant.EntitySystems;
|
|
|
|
namespace Content.Server.Revenant.EntitySystems;
|
|
|
|
public sealed class CorporealSystem : SharedCorporealSystem
|
|
{
|
|
}
|