Class LayoutInfoConfiguration
Binded configuration in LayoutInfo.
public class LayoutInfoConfiguration
- Inheritance
-
LayoutInfoConfiguration
- Inherited Members
Properties
GamemodeName
Display name of the gamemode.
public string? GamemodeName { get; set; }
Property Value
Image
URL to the image for this gamemode.
public string? Image { get; set; }
Property Value
LayoutName
Display name of the layout, not including the gamemode.
public string? LayoutName { get; set; }