2021-12-30 11:55:22 +01:00
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
|
|
|
|
namespace Content.Server.Guardian;
|
|
|
|
|
|
2022-02-08 00:42:49 -08:00
|
|
|
[RegisterComponent]
|
2022-02-16 00:23:23 -07:00
|
|
|
public sealed class CanHostGuardianComponent : Component
|
2021-12-30 11:55:22 +01:00
|
|
|
{
|
|
|
|
|
}
|