Table of Contents

Class UpstreamZone

Namespace
Uncreated.Warfare.Zones
Assembly
Uncreated.Warfare.dll
public class UpstreamZone
Inheritance
UpstreamZone
Inherited Members

Properties

Weight

The chance of it being picked, where 1 is the standard value.

[JsonPropertyName("weight")]
public float Weight { get; set; }

Property Value

float

ZoneName

The unique name of the upstream zone.

[JsonPropertyName("name")]
public string ZoneName { get; set; }

Property Value

string