Files
crystall-punk-14/Content.Server/Station/Events/StationPostInitEvent.cs

8 lines
200 B
C#
Raw Normal View History

2023-05-31 11:13:02 +10:00
namespace Content.Server.Station.Events;
/// <summary>
/// Raised directed on a station after it has been initialized.
/// </summary>
[ByRefEvent]
public readonly record struct StationPostInitEvent;