Esempio n. 1
0
 public void SetTarget(Structs.Wizard target)
 {
     this.target = target;
 }
Esempio n. 2
0
 private void SetTargetView(Structs.Wizard oldTarget, Structs.Wizard newTarget)
 {
     wizardView?.SetTarget(newTarget);
 }
Esempio n. 3
0
 public void SetTarget(Structs.Wizard target)
 {
     this.target.color = target.color;
 }