Ejemplo n.º 1
0
 virtual public void ApplyBuff(ObjectController applyer, ObjectController target)
 {
     this.target  = target;
     this.applyer = applyer;
     gameObject.transform.SetParent(target.Buffs_T());
     gameObject.transform.localPosition = Vector3.zero;
 }