Exemplo n.º 1
0
        protected override void Activate()
        {
            this._status = Status.Active;

            Bio bio = ( Bio )this.owner;

            bio.Attack(bio.commonSkill, this._target, Vec3.zero);
        }