예제 #1
0
파일: UIGM.cs 프로젝트: wuhuolong/MaxBooks
 private static void ClearAcount_Func(object[] objs)
 {
     Debug.Log("clear");
     XPlayerPrefs.DeleteAll();
     XPlayerPrefs.Save();
 }