0.7.0: Renamed entire namespace from Game.* to Module.*

This commit is contained in:
Anders Ejlersen 2021-09-12 21:52:00 +02:00
parent 63f2101917
commit 80f775e279
35 changed files with 47 additions and 41 deletions

View file

@ -3,7 +3,7 @@ using UnityEditor;
using UnityEngine;
using Object = UnityEngine.Object;
namespace Game.NavigationTool.Editor.History
namespace Module.NavigationTool.Editor.History
{
internal sealed class EditorHistoryWindow : EditorWindow
{

View file

@ -1,6 +1,6 @@
using UnityEngine;
namespace Game.NavigationTool.Editor.History
namespace Module.NavigationTool.Editor.History
{
internal sealed class Styles
{

View file

@ -1,6 +1,6 @@
using UnityEngine;
namespace Game.NavigationTool.Editor.History
namespace Module.NavigationTool.Editor.History
{
internal abstract class AbstractEditorHistoryView
{

View file

@ -2,7 +2,7 @@
using UnityEditor;
using UnityEngine;
namespace Game.NavigationTool.Editor.History
namespace Module.NavigationTool.Editor.History
{
[Serializable]
internal sealed class EditorHistoryViewSearchList : AbstractEditorHistoryView

View file

@ -2,7 +2,7 @@
using UnityEditor;
using UnityEngine;
namespace Game.NavigationTool.Editor.History
namespace Module.NavigationTool.Editor.History
{
[Serializable]
internal sealed class EditorHistoryViewTools : AbstractEditorHistoryView