sharedlibrarycoreeventsserver GameServerEvent - RaidMax/IW4M-Admin GitHub Wiki

GameServerEvent Public class

Diagram

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

Members

Properties

Public properties

Type Name Methods
IGameServer Server get, init

Details

Inheritance

Constructors

GameServerEvent

Source code

protected GameServerEvent()

Properties

Server

public IGameServer Server { get; init; }

Generated with ModularDoc