From d60f9aa439a313a3a2c2d5f21ec76bc41f09f342 Mon Sep 17 00:00:00 2001 From: wsycarlos Date: Tue, 10 Feb 2026 21:38:22 +0800 Subject: [PATCH] mark editor type helper as public --- Packages/com.bywaystudios.gameframework/Editor/Misc/Type.cs | 2 +- Packages/com.bywaystudios.gameframework/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packages/com.bywaystudios.gameframework/Editor/Misc/Type.cs b/Packages/com.bywaystudios.gameframework/Editor/Misc/Type.cs index 1cb34d1..a3c6612 100644 --- a/Packages/com.bywaystudios.gameframework/Editor/Misc/Type.cs +++ b/Packages/com.bywaystudios.gameframework/Editor/Misc/Type.cs @@ -14,7 +14,7 @@ namespace UnityGameFramework.Editor /// /// 类型相关的实用函数。 /// - internal static class Type + public static class Type { private static readonly string[] RuntimeAssemblyNames = { diff --git a/Packages/com.bywaystudios.gameframework/package.json b/Packages/com.bywaystudios.gameframework/package.json index d44c1e8..49d1c1c 100644 --- a/Packages/com.bywaystudios.gameframework/package.json +++ b/Packages/com.bywaystudios.gameframework/package.json @@ -1,6 +1,6 @@ { "name": "com.bywaystudios.gameframework", "displayName": "GameFramework", - "version": "0.1.6", + "version": "0.1.7", "description": "Custom GameFramework code" } \ No newline at end of file