예제 #1
0
 public void Initial()
 {
     reader           = new LanguageReader();
     languageFilePath = Application.dataPath + "/GameData/OtherData/Language.csv";
     reader.GetCSVData(languageFilePath);
 }