コード例 #1
0
 /**
  * 리더보드 버튼 클릭시 이벤트함수
  */
 public void LeadboardButton()
 {
     AudioSource.Play();
     SocialManager.SetLeaderboardScore(DATA.getData().BESTSCORE);
     //SocialManager.AchievementsViewUI();
 }