mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Cleanup
This commit is contained in:
@@ -39,11 +39,6 @@ class Project
|
||||
Path.Combine(target, WorkspacePath, relativePath);
|
||||
}
|
||||
|
||||
public void GetRelativePath()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public static Project CreateNew(StringView projectDirectory, StringView projectName)
|
||||
{
|
||||
Project project = new Project(projectDirectory);
|
||||
|
||||
Reference in New Issue
Block a user