11 lines
336 B
C#
11 lines
336 B
C#
|
|
public static class GlobalVars
|
|
{
|
|
public static string SharedArgs;
|
|
public static string Name = "Player";
|
|
public static int UserID = 0;
|
|
public static bool ReadyToLaunch = false;
|
|
public static string JoinLink = "http://or06.000webhostapp.com/functions.php";
|
|
public static string ClientMD5 = "BA8B6DEE0BFD27D2D716F4122F8D6C6E";
|
|
}
|