1 sharedlibrarycoreeventsgame MatchEndEvent
RaidMax edited this page 2023-05-20 22:09:21 -05:00

MatchEndEvent Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Events.Game
  SharedLibraryCore.Events.Game.MatchEndEvent[[MatchEndEvent]]
  SharedLibraryCore.Events.Game.GameEventV2[[GameEventV2]]
  class SharedLibraryCore.Events.Game.GameEventV2 abstractStyle;
  end
SharedLibraryCore.Events.Game.GameEventV2 --> SharedLibraryCore.Events.Game.MatchEndEvent

Members

Properties

Public properties

Type Name Methods
string SessionData get, init

Details

Inheritance

Constructors

MatchEndEvent

Source code

public MatchEndEvent()

Properties

SessionData

public string SessionData { get; init; }

Generated with ModularDoc