Esempio n. 1
0
 public static Location FindCurrentLocation(this MonoBehaviour self)
 {
     return(self.FindRouter().CurrentLocation);
 }