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