Printing the Level in 2 modes:

Sen66 [2016-07-22 02:28:34]
Printing the Level in 2 modes:

Time, every xxxx secconds
Levelup, Only on levelup (and on start)
Filename
PokemonGo/RocketAPI/ISettings.cs
diff --git a/PokemonGo/RocketAPI/ISettings.cs b/PokemonGo/RocketAPI/ISettings.cs
index 12af47a..075678a 100644
--- a/PokemonGo/RocketAPI/ISettings.cs
+++ b/PokemonGo/RocketAPI/ISettings.cs
@@ -1,4 +1,4 @@
-#region
+#region

 using PokemonGo.RocketAPI.Enums;

@@ -11,6 +11,8 @@ namespace PokemonGo.RocketAPI
         AuthType AuthType { get; }
         double DefaultLatitude { get; }
         double DefaultLongitude { get; }
+        string LevelOutput { get; }
+        int LevelTimeInterval { get; }
         string GoogleRefreshToken { get; set; }
         string PtcPassword { get; }
         string PtcUsername { get; }
@@ -18,4 +20,4 @@ namespace PokemonGo.RocketAPI
         string TransferType { get; }
         int TransferCPThreshold { get; }
     }
-}
\ No newline at end of file
+}
You may download the files in Public Git.