Skip to content

sharedlibrarycoreconfiguration GametypeConfiguration

RaidMax edited this page May 21, 2023 · 1 revision

GametypeConfiguration Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Configuration
  SharedLibraryCore.Configuration.GametypeConfiguration[[GametypeConfiguration]]
  end
Loading

Members

Properties

Public properties

Type Name Methods
Game Game get, set
Gametype[] Gametypes get, set

Details

Constructors

GametypeConfiguration

Source code

public GametypeConfiguration()

Properties

Game

public Game Game { get; set; }

Gametypes

public Gametype Gametypes { get; set; }

Generated with ModularDoc

Clone this wiki locally