Files
tbd-station-14/Content.Server/Station/Events/StationPostInitEvent.cs
2023-05-31 11:13:02 +10:00

8 lines
200 B
C#

namespace Content.Server.Station.Events;
/// <summary>
/// Raised directed on a station after it has been initialized.
/// </summary>
[ByRefEvent]
public readonly record struct StationPostInitEvent;