@@ -65,7 +65,12 @@
public static void Pay(int buyID, int count)
{
+ switch (LauncherConfig.ChannelId)
+ {
+ default:
+ break;
+ }
}
public static void Logout()