7 lines
159 B
C#
7 lines
159 B
C#
|
namespace SharedLibraryCore.Events.Game.GameScript.Zombie;
|
|||
|
|
|||
|
public class RoundCompleteGameEvent : GameEventV2
|
|||
|
{
|
|||
|
public int RoundNumber { get; init; }
|
|||
|
}
|