Revert "some early steps remaking the GUI with UnityEngine.UI, working in all tested game so far"

This reverts commit 4280a071f6.
This commit is contained in:
sinaioutlander
2020-10-23 01:48:18 +11:00
parent 4280a071f6
commit 8949e3dc7d
79 changed files with 10276 additions and 2206 deletions

View File

@ -3,12 +3,12 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using UnityEngine;
using ExplorerBeta.Helpers;
using Explorer.Helpers;
#if CPP
using UnhollowerBaseLib;
#endif
namespace ExplorerBeta.Unstrip.LayerMasks
namespace Explorer.Unstrip.LayerMasks
{
public static class LayerMaskUnstrip
{