Class UnitType
- Namespace
- StarterKit
- Assembly
- StarterKit.dll
Simple unit type definition. Lighter weight than GAME layer's UnitDefinition.
public class UnitType
- Inheritance
-
objectUnitType
Properties
Attack
public int Attack { get; set; }
Property Value
- int
Cost
public int Cost { get; set; }
Property Value
- int
Defense
public int Defense { get; set; }
Property Value
- int
ID
public ushort ID { get; set; }
Property Value
- ushort
Maintenance
public int Maintenance { get; set; }
Property Value
- int
Name
public string Name { get; set; }
Property Value
- string
Speed
public int Speed { get; set; }
Property Value
- int
StringID
public string StringID { get; set; }
Property Value
- string