Initial data describing a creep, has no current in game values.
View code on GitHub
Inheritance Hierarchy
CreepyTowers AgentData
CreepyTowers.Enemy.Creeps CreepData
CreepyTowers.Enemy.Bosses BossData
Namespace: CreepyTowers.Enemy.Creeps
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax
The CreepData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreepData(String, Single, Single, Single, Int32, Dictionary TowerType, Single ) | Initializes a new instance of the CreepData class | |
CreepData(BossType, String, Single, Single, Single, Int32, Dictionary TowerType, Single ) | Initializes a new instance of the CreepData class | |
CreepData(CreepType, String, Single, Single, Single, Int32, Dictionary TowerType, Single ) | Initializes a new instance of the CreepData class |
Fields
Name | Description | |
---|---|---|
TypeDamageModifier |
Properties
Name | Description | |
---|---|---|
GoldReward | ||
MaxHp | ||
Name | (Inherited from AgentData.) | |
Resistance | ||
Speed | ||
Type | (Inherited from AgentData.) |
See Also