コード例 #1
0
ファイル: PlatformControl.cs プロジェクト: frozen4/UnityPlus
 public static void SetGoogleAchievementCompletionLevel(string id, int level)
 {
     LT_Instance.SetGoogleAchievementCompletionLevel(id, level);
 }