C# Class MeleeAttacker, Endure

Inheritance: Attacker
Exibir arquivo Open project: Endure-Game/Endure Class Usage Examples

Public Properties

Property Type Description
damage int
delay float
knockback float
range float
widthMultiplier float

Public Methods

Method Description
AttackEast ( ) : void
AttackNorth ( ) : void
AttackSouth ( ) : void
AttackWest ( ) : void
LockAttacker ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
CreateOuch ( bool horizontal, int direction ) : void

Method Details

AttackEast() public method

public AttackEast ( ) : void
return void

AttackNorth() public method

public AttackNorth ( ) : void
return void

AttackSouth() public method

public AttackSouth ( ) : void
return void

AttackWest() public method

public AttackWest ( ) : void
return void

LockAttacker() public method

public LockAttacker ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

damage public_oe property

public int damage
return int

delay public_oe property

public float delay
return float

knockback public_oe property

public float knockback
return float

range public_oe property

public float range
return float

widthMultiplier public_oe property

public float widthMultiplier
return float