OpenRA.Mods.Common.Traits.AttackOmni.GetAttackActivity C# (CSharp) 메소드

GetAttackActivity() 공개 메소드

public GetAttackActivity ( Actor self, Target newTarget, bool allowMove, bool forceAttack ) : Activity
self Actor
newTarget OpenRA.Traits.Target
allowMove bool
forceAttack bool
리턴 Activity
        public override Activity GetAttackActivity(Actor self, Target newTarget, bool allowMove, bool forceAttack)
        {
            return new SetTarget(this, newTarget);
        }