Exemple #1
0
 public void TargetLast()
 {
     targeting = targetingType.last;
 }
Exemple #2
0
 public void TargetFirst()
 {
     targeting = targetingType.first;
 }