namespace Content.Server._CP14.Roof;
///
/// When added, marks ALL tiles on grid as rooved
///
[RegisterComponent]
public sealed partial class CP14SetGridRoovedComponent : Component
{
}
///
/// When added, marks ALL tiles on grid as unrooved
///
[RegisterComponent]
public sealed partial class CP14SetGridUnroovedComponent : Component
{
}