boot file

This commit is contained in:
Andrew Lee 2018-09-14 16:35:12 -04:00
parent d33e457651
commit 9ef1f263d8
2 changed files with 5 additions and 0 deletions

View file

@ -119,6 +119,10 @@ namespace PortEngine
// File.WriteAllText(dataFolder, "warning.txt", textWarning);
}
public static void bootFile()
{
}
public static void CreateGameFolder()

View file

@ -27,6 +27,7 @@ using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using PortEngine;
namespace Project_Ports
{