BringTYTDBack/Creds.cs

13 lines
326 B
C#
Raw Normal View History

2024-10-19 05:17:43 +00:00
public static partial class Creds
{
public static string IP => _ip;
public static string Username => _username;
public static string Password => _password;
public static string DirectoryOnServer => _dir;
public static int Port => _port;
public static string AlreadyExistsUrl=> _alreadyExists;
2024-10-19 05:17:43 +00:00
}