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