Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
C# Make BreadcrumbsHandler public.
  • Loading branch information
manups4e committed Aug 2, 2023
1 parent eab112d commit 874efa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScaleformUI_Csharp/Menus/BreadcrumbsHandler.cs
@@ -1,6 +1,6 @@
namespace ScaleformUI.Menus
{
internal static class BreadcrumbsHandler
public static class BreadcrumbsHandler
{
private static readonly List<Tuple<MenuBase, dynamic>> breadcrumbs = new List<Tuple<MenuBase, dynamic>>();
internal static int Count => breadcrumbs.Count;
Expand Down

0 comments on commit 874efa2

Please sign in to comment.