diff --git a/PokemonGo.RocketAPI/Login/PtcLogin.cs b/PokemonGo.RocketAPI/Login/PtcLogin.cs index bd36e5c..67410e6 100644 --- a/PokemonGo.RocketAPI/Login/PtcLogin.cs +++ b/PokemonGo.RocketAPI/Login/PtcLogin.cs @@ -8,7 +8,7 @@ namespace PokemonGo.RocketAPI.Login { - class PtcLogin : ILoginType + public class PtcLogin : ILoginType { readonly string password; readonly string username; diff --git a/PokemonGo.RocketAPI/PokemonGo.RocketAPI.csproj b/PokemonGo.RocketAPI/PokemonGo.RocketAPI.csproj index 6c9e2cb..92bd72c 100644 --- a/PokemonGo.RocketAPI/PokemonGo.RocketAPI.csproj +++ b/PokemonGo.RocketAPI/PokemonGo.RocketAPI.csproj @@ -39,7 +39,7 @@ True - ..\packages\GPSOAuthSharp.0.0.5\lib\GPSOAuthSharp.dll + $(SolutionDir)\packages\GPSOAuthSharp.0.0.5\lib\GPSOAuthSharp.dll True @@ -55,7 +55,7 @@ True - ..\packages\POGOProtos.1.5.0\lib\net45\POGOProtos.dll + $(SolutionDir)\packages\POGOProtos.1.5.0\lib\net45\POGOProtos.dll True @@ -131,4 +131,4 @@ --> - \ No newline at end of file +