Ejemplo n.º 1
0
Archivo: Face.cs Proyecto: ipo/AGBA
 public bool Interact(CachedUnit target)
 {
     return target.Interact();
 }