IW4M-Admin/SharedLibraryCore/Events/Game/GameScript/Zombie/RoundCompleteGameEvent.cs

7 lines
159 B
C#

namespace SharedLibraryCore.Events.Game.GameScript.Zombie;
public class RoundCompleteGameEvent : GameEventV2
{
public int RoundNumber { get; init; }
}