Table of Contents

Class LayoutInfoConfiguration

Namespace
Uncreated.Warfare.Layouts
Assembly
Uncreated.Warfare.dll

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

string

Image

URL to the image for this gamemode.

public string? Image { get; set; }

Property Value

string

LayoutName

Display name of the layout, not including the gamemode.

public string? LayoutName { get; set; }

Property Value

string