Exemplo n.º 1
0
 public Color GetTargetColor()
 {
     return((interactableFound != null) ? interactableFound.AimColor() : Color.white);
 }