7 lines
135 B
C#
7 lines
135 B
C#
namespace SharedLibraryCore.Events.Game;
|
|
|
|
public class MatchEndEvent : GameEventV2
|
|
{
|
|
public string SessionData { get; init; }
|
|
}
|