diff options
| -rw-r--r-- | PortEngine/FileSystem.cs | 7 |
1 files changed, 7 insertions, 0 deletions
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() |
