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
|
|
@ -2,7 +2,7 @@
|
|||
using UnityEditorInternal;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Game.NavigationTool.Editor.History
|
||||
namespace Module.NavigationTool.Editor.History
|
||||
{
|
||||
internal static class HistoryGUIUtility
|
||||
{
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ using UnityEditor;
|
|||
using UnityEngine;
|
||||
using Object = UnityEngine.Object;
|
||||
|
||||
namespace Game.NavigationTool.Editor.History
|
||||
namespace Module.NavigationTool.Editor.History
|
||||
{
|
||||
[Serializable]
|
||||
internal sealed class HistoryList
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using UnityEditor;
|
||||
|
||||
namespace Game.NavigationTool.Editor.History
|
||||
namespace Module.NavigationTool.Editor.History
|
||||
{
|
||||
internal sealed class HistoryListPostProcess : AssetPostprocessor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace Game.NavigationTool.Editor.History
|
||||
namespace Module.NavigationTool.Editor.History
|
||||
{
|
||||
internal static class HistoryUtility
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue