fish-station/Content.Server/_Sunrise/Fugitive/FugitiveRoleComponent.cs
2025-08-13 14:27:23 +03:00

9 lines
184 B
C#

using Content.Shared.Roles.Components;
namespace Content.Server._Sunrise.Fugitive;
[RegisterComponent]
public sealed partial class FugitiveRoleComponent : BaseMindRoleComponent
{
}