sharedlibrarycoreeventsgame MatchEndEvent - RaidMax/IW4M-Admin GitHub Wiki
Public class
MatchEndEvent Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Events.Game
SharedLibraryCore.Events.Game.MatchEndEvent[MatchEndEvent](/RaidMax/IW4M-Admin/wiki/MatchEndEvent)
SharedLibraryCore.Events.Game.GameEventV2[GameEventV2](/RaidMax/IW4M-Admin/wiki/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
public MatchEndEvent()
Properties
SessionData
public string SessionData { get; init; }
Generated with ModularDoc