Table of Contents

Class BuildingType

Namespace
StarterKit
Assembly
StarterKit.dll

Simple building definition.

public class BuildingType
Inheritance
object
BuildingType

Properties

Cost

public int Cost { get; set; }

Property Value

int

ID

public ushort ID { get; set; }

Property Value

ushort

MaxPerProvince

public int MaxPerProvince { get; set; }

Property Value

int

Modifiers

public List<BuildingModifier> Modifiers { get; set; }

Property Value

List<BuildingModifier>

Name

public string Name { get; set; }

Property Value

string

StringID

public string StringID { get; set; }

Property Value

string