C# Class OpenRA.Mods.Common.Traits.AttackOmni.SetTarget

Inheritance: Activity
显示文件 Open project: pchote/OpenRA

Public Methods

Method Description
SetTarget ( AttackOmni attack, Target target ) : OpenRA.Activities
Tick ( Actor self ) : Activity

Method Details

SetTarget() public method

public SetTarget ( AttackOmni attack, Target target ) : OpenRA.Activities
attack AttackOmni
target OpenRA.Traits.Target
return OpenRA.Activities

Tick() public method

public Tick ( Actor self ) : Activity
self Actor
return Activity