editor project

yes
This commit is contained in:
max
2024-07-21 14:03:40 +02:00
parent 6e41c2579c
commit 36a134170a
5 changed files with 95 additions and 197 deletions

View File

@ -53,6 +53,7 @@ public static class Compiler
}
else
{
Console.WriteLine($"ERROR: Platform not supported!");
return false;
}

View File

@ -9,8 +9,6 @@ public class Project
public static bool Create(string path, string name, out Project project)
{
project = null;
// Create project file.
project = new Project
{