Example #1
0
    /// <summary>
    /// 初期化.
    /// </summary>
    public override void Start()
    {
        GameServiceUtil.Auth();
#if USE_TWEEN
        tweenAlphe = GetComponent <uTweenAlpha>();
#endif
    }
Example #2
0
 /// <summary>
 /// 初期化.
 /// </summary>
 public override void Start()
 {
     GameServiceUtil.Auth();
 }
Example #3
0
 /// <summary>
 /// 実績表示.
 /// </summary>
 public void ShowAchive()
 {
     GameServiceUtil.Auth();
     GameServiceUtil.ShowAchivementUI();
 }
Example #4
0
 /// <summary>
 /// リーダーボード表示.
 /// </summary>
 public void ShowLeaderboard()
 {
     GameServiceUtil.Auth();
     GameServiceUtil.ShowLeaderboardUI();
 }