10 lines
264 B
C#
10 lines
264 B
C#
namespace Content.Shared._Sunrise.UnbuildableGrid;
|
|
|
|
/// <summary>
|
|
/// Этим помечать гриды, на которых нельзя строить
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class UnbuildableGridComponent : Component
|
|
{
|
|
|
|
}
|