예제 #1
0
 public string WzPath(string name)
 {
     return(JCS_Path.Combine(mPath, name + ".wz"));
 }
예제 #2
0
        /* Functions */

        private void Awake()
        {
            instance = this;

            mPath = JCS_Path.Combine(Application.dataPath, mPath);
        }