Table of Contents

Class CountryData

Namespace
Core.Registries
Assembly
Core.dll

Core country data structure Will be expanded as we implement more features

public class CountryData
Inheritance
object
CountryData

Properties

CapitalProvinceId

public ushort CapitalProvinceId { get; set; }

Property Value

ushort

Color

public Color32 Color { get; set; }

Property Value

Color32

ControlledProvinces

public List<ushort> ControlledProvinces { get; set; }

Property Value

List<ushort>

GovernmentId

public ushort GovernmentId { get; set; }

Property Value

ushort

Id

public ushort Id { get; set; }

Property Value

ushort

Name

public string Name { get; set; }

Property Value

string

OwnedProvinces

public List<ushort> OwnedProvinces { get; set; }

Property Value

List<ushort>

PrimaryCultureId

public ushort PrimaryCultureId { get; set; }

Property Value

ushort

ReligionId

public ushort ReligionId { get; set; }

Property Value

ushort

Tag

public string Tag { get; set; }

Property Value

string

TechnologyGroupId

public ushort TechnologyGroupId { get; set; }

Property Value

ushort