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