6
2026-01-13 18:31:02 +02:00

12 lines
253 B
C#

namespace Content.Server._NF.GameTicking.Events;
/// <summary>
/// Raised once all of the stations have been generated.
/// </summary>
public sealed class StationsGeneratedEvent : EntityEventArgs
{
public StationsGeneratedEvent()
{
}
}