BS 0.1.0 完成第一个版本

This commit is contained in:
ninemine
2025-06-29 17:28:52 +08:00
parent c0ee2d12e1
commit 75f9615c70

View File

@@ -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