sharedlibrarycoreeventsserver ConnectionRestoreEvent - RaidMax/IW4M-Admin GitHub Wiki

ConnectionRestoreEvent Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Events.Server
  SharedLibraryCore.Events.Server.ConnectionRestoreEvent[ConnectionRestoreEvent](/RaidMax/IW4M-Admin/wiki/ConnectionRestoreEvent)
  SharedLibraryCore.Events.Server.GameServerEvent[GameServerEvent](/RaidMax/IW4M-Admin/wiki/GameServerEvent)
  class SharedLibraryCore.Events.Server.GameServerEvent abstractStyle;
  end
SharedLibraryCore.Events.Server.GameServerEvent --> SharedLibraryCore.Events.Server.ConnectionRestoreEvent

Details

Inheritance

Constructors

ConnectionRestoreEvent

Source code

public ConnectionRestoreEvent()

Generated with ModularDoc