0.7.0: Renamed entire namespace from Game.* to Module.*
This commit is contained in:
parent
63f2101917
commit
80f775e279
35 changed files with 47 additions and 41 deletions
|
|
@ -1,9 +1,9 @@
|
|||
using Game.NavigationTool.Editor.Toolbar;
|
||||
using Module.NavigationTool.Editor.Toolbar;
|
||||
using UnityEditor;
|
||||
using UnityEngine;
|
||||
using UnityEngine.UIElements;
|
||||
|
||||
namespace Game.NavigationTool.Editor
|
||||
namespace Module.NavigationTool.Editor
|
||||
{
|
||||
[InitializeOnLoad]
|
||||
internal static class ToolbarDrawer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue