Esempio n. 1
0
 void LoginQQEvent(GameObject g)
 {
     PlatformDifferences.Login();
 }
Esempio n. 2
0
 void LoginWXEvent(GameObject g)
 {
     PlatformDifferences.Login("wxLogin");
     SoundManager.Instance.PlaySound("音效/按钮");
 }