IW4M-Admin/SharedLibraryCore/Events/Game/MatchEndEvent.cs

7 lines
135 B
C#
Raw Normal View History

2023-02-11 22:03:35 -05:00
namespace SharedLibraryCore.Events.Game;
public class MatchEndEvent : GameEventV2
{
public string SessionData { get; init; }
}