Files
OldThink/Content.Shared/Tiles/FloorTileAttemptEvent.cs

8 lines
205 B
C#
Raw Permalink Normal View History

namespace Content.Shared.Tiles;
/// <summary>
/// Raised directed on a grid when attempting a floor tile placement.
/// </summary>
[ByRefEvent]
public record struct FloorTileAttemptEvent(bool Cancelled);