1 sharedlibrarycoreeventsserver GameServerEvent
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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