From 245bc80b0f1e8b91fb09db1b9c027bf687071780 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Sun, 2 Sep 2018 15:20:15 -0400 Subject: changes --- PortEngine/FileSystem.cs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'PortEngine') diff --git a/PortEngine/FileSystem.cs b/PortEngine/FileSystem.cs index 4182785..44102dd 100644 --- a/PortEngine/FileSystem.cs +++ b/PortEngine/FileSystem.cs @@ -70,6 +70,13 @@ namespace PortEngine return Path.Combine(dataFolder, "sys"); } } + public static void warningTxt() + { + // string textWarning = "Warning: You are currently in the Project Ports AppData folder" + Environment.NewLine + + // "Please be caution if modifing the system files, the game can corrupt. "+ Environment.NewLine + "Stay safe, UniverseDG"; + + // File.WriteAllText(dataFolder, "warning.txt", textWarning); + } public static void CreateGameFolder() -- cgit v1.2.3