editor project
yes
This commit is contained in:
@ -53,6 +53,7 @@ public static class Compiler
|
||||
}
|
||||
else
|
||||
{
|
||||
Console.WriteLine($"ERROR: Platform not supported!");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user