Files
crystall-punk-14/Content.Server/Guardian/CanHostGuardianComponent.cs

9 lines
151 B
C#
Raw Normal View History

using Robust.Shared.GameObjects;
namespace Content.Server.Guardian;
[RegisterComponent]
public sealed class CanHostGuardianComponent : Component
{
}