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