FloorTileAttemptEvent.cs 205 B

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