12 lines
253 B
C#
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()
|
|
{
|
|
}
|
|
}
|