namespace Content.Shared.Tiles; /// /// Raised directed on a grid when attempting a floor tile placement. /// [ByRefEvent] public record struct FloorTileAttemptEvent(Vector2i GridIndices, bool Cancelled = false);