Ejemplo n.º 1
0
 private void OnRequestRank()
 {
     SoundManager.Instance.Play(15);
     mChalModule.RequestRankList();
     mMainTweenPos.to.Set(-Screen.width * 1.5f, 0, 0);
     mMainTween.Play(true);
 }