AcTools.Utils.FileUtils.GetKunosCareerProgressFilename C# (CSharp) 메소드

GetKunosCareerProgressFilename() 공개 정적인 메소드

public static GetKunosCareerProgressFilename ( ) : string
리턴 string
        public static string GetKunosCareerProgressFilename() {
            return Path.Combine(GetDocumentsDirectory(), "launcherdata", "filestore", "career.ini");
        }