sharedlibrarycore Gametype - RaidMax/IW4M-Admin GitHub Wiki

Gametype Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore
  SharedLibraryCore.Gametype[Gametype](/RaidMax/IW4M-Admin/wiki/Gametype)
  end

Members

Properties

Public properties

Type Name Methods
string Alias get, set
string Name get, set

Details

Constructors

Gametype

Source code

public Gametype()

Properties

Name

public string Name { get; set; }

Alias

public string Alias { get; set; }

Generated with ModularDoc