6
2026-01-24 12:49:55 +03: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()
{
}
}