ClassicCityBuilderKit 1.8.8
|
interface for any entity that attacks IAttackables and is fended of by DefenderComponents
Public Member Functions | |
void | Hurt (int damage) |
damages and potentially kills the attacker | |
Properties | |
Vector3 | Position [get] |
position for defenders to attack | |
void CityBuilderCore.IAttacker.Hurt | ( | int | damage | ) |
damages and potentially kills the attacker
damage | the amount of damage to do |
Implemented in CityBuilderCore.AttackWalker.
|
get |
position for defenders to attack
Implemented in CityBuilderCore.AttackWalker.