sharedlibrarycoreconfiguration GametypeConfiguration - RaidMax/IW4M-Admin GitHub Wiki
GametypeConfiguration Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Configuration
SharedLibraryCore.Configuration.GametypeConfiguration[GametypeConfiguration](/RaidMax/IW4M-Admin/wiki/GametypeConfiguration)
end
Members
Properties
Public properties
| Type | Name | Methods |
|---|---|---|
Game |
Game |
get, set |
Gametype[] |
Gametypes |
get, set |
Details
Constructors
GametypeConfiguration
public GametypeConfiguration()
Properties
Game
public Game Game { get; set; }
Gametypes
public Gametype Gametypes { get; set; }
Generated with ModularDoc