Commit bb52ba0f authored by 神楽坂玲奈's avatar 神楽坂玲奈

Merge branch 'master' of git.mycard.moe:mycard/YGOProUnity_V2

parents 820ae940 1173bf2e
Pipeline #5397 passed with stages
in 41 minutes and 27 seconds
......@@ -10,6 +10,7 @@ Assets/AssetStoreTools*
# Visual Studio cache directory
/.vs/
.idea
.vsconfig
# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
......
......@@ -300,6 +300,15 @@ public class Program : MonoBehaviour
{
}
if (!Directory.Exists("replay"))
try
{
Directory.CreateDirectory("replay");
}
catch
{
}
var fileInfos = new FileInfo[0];
if (Directory.Exists("expansions"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment