1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-11 23:58:08 -05:00
Files
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; }
}