6
2025-11-11 11:18:56 +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()
{
}
}