BS 0.1.0 完成第一个版本
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
@@ -36,6 +37,10 @@ namespace Convention
|
||||
|
||||
public static string ProductName = "DefaultProject";
|
||||
|
||||
public static string ApplicationPath => Environment.ProcessPath;
|
||||
|
||||
public static string StreamingAssetsPath => Path.Combine(ApplicationPath, "StreamingAssets/");
|
||||
|
||||
public static string PersistentDataPath
|
||||
{
|
||||
get
|
||||
|
Reference in New Issue
Block a user