Skip to content

Commit

Permalink
fix: #31 remove UnityInternalAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqunaga committed Nov 29, 2024
1 parent 00f4df0 commit b63ce8b
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 38 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using RosettaUI.UIToolkit.Builder;
using RosettaUI.UIToolkit.UnityInternalAccess;
using UnityEngine;
using UnityEngine.UIElements;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using RosettaUI.UIToolkit.UnityInternalAccess;
using UnityEngine;
using UnityEngine.UIElements;
using UnityEngine.UIElements;

namespace RosettaUI.UIToolkit
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine;
using UnityEngine.UIElements;

namespace RosettaUI.UIToolkit.UnityInternalAccess
namespace RosettaUI.UIToolkit
{
public static class DropDownMenuGenerator
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections.Generic;
using RosettaUI.UIToolkit.Builder;
using RosettaUI.UIToolkit.UnityInternalAccess;
using UnityEngine;
using UnityEngine.UIElements;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine.Assertions;
using UnityEngine.UIElements;

namespace RosettaUI.UIToolkit.UnityInternalAccess
namespace RosettaUI.UIToolkit
{
public static class UIToolkitUtility
{
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit b63ce8b

Please sign in to comment.