Skip to content

Commit 5b6282e

Browse files
committed
Update file(s) "Packages/unity-builder/." from "unity-korea-community/unity-builder"
1 parent ea2f3a9 commit 5b6282e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Editor/GlobalConst.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace UNKO.Unity_Builder
22
{
33
public static class GlobalConst
44
{
5-
public static readonly string CreateAssetMenu_Prefix = "UNKO/unity-builder";
6-
public static readonly string EditorContextMenu_Prefix = "Tools/UNKO/unity-builder";
5+
public const string CreateAssetMenu_Prefix = "UNKO/unity-builder";
6+
public const string EditorContextMenu_Prefix = "Tools/UNKO/unity-builder";
77
}
88
}

0 commit comments

Comments
 (0)