C# Class GameEntities.TankGameUnitAI.AttackTask

Show file Open project: DarrenHassan/GDM4242-GroupD

Public Methods

Method Description
AttackTask ( Weapon weapon, Dynamic target ) : System
AttackTask ( Weapon weapon, Vec3 target ) : System

Method Details

AttackTask() public method

public AttackTask ( Weapon weapon, Dynamic target ) : System
weapon Weapon
target Dynamic
return System

AttackTask() public method

public AttackTask ( Weapon weapon, Vec3 target ) : System
weapon Weapon
target Vec3
return System