mirror of
https://github.com/alee14-projects/Project-Silicon.git
synced 2025-01-22 16:06:19 -05:00
boot file
This commit is contained in:
parent
d33e457651
commit
9ef1f263d8
2 changed files with 5 additions and 0 deletions
|
@ -119,6 +119,10 @@ namespace PortEngine
|
|||
|
||||
// File.WriteAllText(dataFolder, "warning.txt", textWarning);
|
||||
}
|
||||
public static void bootFile()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
public static void CreateGameFolder()
|
||||
|
|
|
@ -27,6 +27,7 @@ using System.Text;
|
|||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using PortEngine;
|
||||
|
||||
namespace Project_Ports
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue