* Arrivals * More arrivals and shitty uhh preload * cvar * a * clockin + maps * shitter prevention * Placement * a * cvar for tests and dev * weh
8 lines
205 B
C#
8 lines
205 B
C#
namespace Content.Shared.Tiles;
|
|
|
|
/// <summary>
|
|
/// Raised directed on a grid when attempting a floor tile placement.
|
|
/// </summary>
|
|
[ByRefEvent]
|
|
public record struct FloorTileAttemptEvent(bool Cancelled);
|