1 sharedlibrarycoreconfiguration GametypeConfiguration
RaidMax edited this page 2023-05-20 22:09:21 -05:00

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

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