コード例 #1
0
ファイル: Program.cs プロジェクト: thunder451/PokeWatch
 private static void SetLocation(Location location)
 {
     PokewatchLogger.Log($"[!]Setting location to {location.Latitude},{location.Longitude}", AccountManager.GetAccountName(s_account));
     s_pogoSession.Player.SetCoordinates(location.Latitude, location.Longitude);
 }