Skip to content

Commit d501775

Browse files
Removed reference to clamped variables in SOA_Utility
1 parent efe3962 commit d501775

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/SO Architecture/Utility/SOArchitecture_Utility.cs

-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ public static class SOArchitecture_Utility
55
public const int ASSET_MENU_ORDER_VARIABLES = 121;
66
public const int ASSET_MENU_ORDER_EVENTS = 122;
77
public const int ASSET_MENU_ORDER_COLLECTIONS = 123;
8-
public const int ASSET_MENU_ORDER_CLAMPED_VARIABLES = 122;
98

109
public const string VARIABLE_SUBMENU = "Variables/";
11-
public const string VARIABLE_CLAMPED_SUBMENU = VARIABLE_SUBMENU + "Clamped/";
1210
public const string COLLECTION_SUBMENU = "Collections/";
1311
public const string GAME_EVENT = "Game Events/";
1412

0 commit comments

Comments
 (0)