Skip to content

Commit ebcb173

Browse files
committed
mod
1 parent 4f7e155 commit ebcb173

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CatSystem2/CatSystem2Tools/AtxImage/Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ static void Main(string[] args)
1414

1515
static void PrintJsonTest()
1616
{
17-
string dirpath = @"E:\game\gal_adv\悠久のカンパネラ\悠久のカンパネラ体験版\CatSystem\data_02\image\ev\a";
18-
string path = @"E:\game\gal_adv\悠久のカンパネラ\悠久のカンパネラ体験版\CatSystem\data_02\image\ev\a\ea011.atx";
19-
string savepath = @"E:\game\gal_adv\悠久のカンパネラ\unpack";
17+
string dirpath = @"";
18+
string path = @"";
19+
string savepath = @"";
2020
//DirectoryInfo dir = new DirectoryInfo(path);
2121
//foreach (FileInfo item in dir.GetFiles("*.atx"))
2222
//{

0 commit comments

Comments
 (0)