default values
This commit is contained in:
parent
91672d5760
commit
50a77d5120
@ -4,12 +4,12 @@ namespace Nerfed.Editor.Project;
|
||||
|
||||
internal static class EditorProject
|
||||
{
|
||||
internal static Compiler.Project Project { get; private set; }
|
||||
internal static string ProjectFilePath { get; private set; }
|
||||
internal static string ProjectSolutionFilePath { get; private set; }
|
||||
internal static string ProjectPath { get; private set; }
|
||||
internal static string ProjectContentPath { get; private set; }
|
||||
internal static string ProjectTempPath { get; private set; }
|
||||
internal static Compiler.Project Project { get; private set; } = null;
|
||||
internal static string ProjectFilePath { get; private set; } = string.Empty;
|
||||
internal static string ProjectSolutionFilePath { get; private set; } = string.Empty;
|
||||
internal static string ProjectPath { get; private set; } = string.Empty;
|
||||
internal static string ProjectContentPath { get; private set; } = string.Empty;
|
||||
internal static string ProjectTempPath { get; private set; } = string.Empty;
|
||||
|
||||
internal static bool Create(string projectFilePath, string projectName)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user