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

MapConfiguration Public class

Diagram

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

Members

Properties

Public properties

Type Name Methods
Game Game get, set
Map[] Maps get, set

Details

Constructors

MapConfiguration

Source code

public MapConfiguration()

Properties

Game

public Game Game { get; set; }

Maps

public Map Maps { get; set; }

Generated with ModularDoc