C# Class ProjectileAttack, proyecto-comunitario-1-unity

Inheritance: Attack
ファイルを表示 Open project: gamerevar/proyecto-comunitario-1-unity Class Usage Examples

Public Properties

Property Type Description
projectile GameObject

Public Methods

Method Description
ExecuteAttack ( EnemyAttack caster, PlayerHealth playerHealth ) : void

Method Details

ExecuteAttack() public method

public ExecuteAttack ( EnemyAttack caster, PlayerHealth playerHealth ) : void
caster EnemyAttack
playerHealth PlayerHealth
return void

Property Details

projectile public_oe property

public GameObject projectile
return GameObject