6
2025-08-05 10:00:54 +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()
{
}
}