mark editor type helper as public

This commit is contained in:
wsycarlos 2026-02-10 21:38:22 +08:00
parent 9946c173a4
commit d60f9aa439
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ namespace UnityGameFramework.Editor
/// <summary>
/// 类型相关的实用函数。
/// </summary>
internal static class Type
public static class Type
{
private static readonly string[] RuntimeAssemblyNames =
{

View File

@ -1,6 +1,6 @@
{
"name": "com.bywaystudios.gameframework",
"displayName": "GameFramework",
"version": "0.1.6",
"version": "0.1.7",
"description": "Custom GameFramework code"
}