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

10 lines
302 B
C#
Raw Normal View History

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