Skip to content

sharedlibrarycoreeventsserver GameServerEvent

RaidMax edited this page May 21, 2023 · 1 revision

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]]
  class SharedLibraryCore.Events.Server.GameServerEvent abstractStyle;
  end
  subgraph SharedLibraryCore.Events
  SharedLibraryCore.Events.CoreEvent[[CoreEvent]]
  class SharedLibraryCore.Events.CoreEvent abstractStyle;
  end
SharedLibraryCore.Events.CoreEvent --> SharedLibraryCore.Events.Server.GameServerEvent
Loading

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

Clone this wiki locally