A Sandcastle Documented Class Library
Kick Class |
Sub Class of Attack, inherits propperties from Attack class

Namespace: FightGameAIDemo.Attacks
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)

C#
public class Kick : Attack
The Kick type exposes the following members.


Name | Description | |
---|---|---|
![]() | Damage |
Gets or sets the damage of the attack.
(Inherited from Attack.) |
![]() | Distance |
Gets or sets the distance of the attack.
(Inherited from Attack.) |
![]() | LowDam |
Gets or sets a value indicating whether [low dam] is true or false.
(Inherited from Attack.) |
![]() | Name |
Gets or sets the name of the attack.
(Inherited from Attack.) |


Name | Description | |
---|---|---|
![]() | damage |
The damage of the attack
(Inherited from Attack.) |
![]() | distance |
The distance of the attack, effects damage
(Inherited from Attack.) |
![]() | lowDam |
The low attack, If true attack hits while defender is crouching
(Inherited from Attack.) |
![]() | name |
The name of the attack
(Inherited from Attack.) |
