var starLevels = new Dictionary<int, bool>(){ {1,true}, {2,true}, {3,true} }; if (!ES3.KeyExists("starLevels")){ ES3.Save("starLevels" ...
確定! 回上一頁