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,6 +1,6 @@
|
|||
using UnityEngine;
|
||||
|
||||
namespace Game.NavigationTool.Editor.Toolbar
|
||||
namespace Module.NavigationTool.Editor.Toolbar
|
||||
{
|
||||
public sealed class Styles
|
||||
{
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ using UnityEngine.UIElements;
|
|||
using UnityEngine.Experimental.UIElements;
|
||||
#endif
|
||||
|
||||
namespace Game.NavigationTool.Editor.Toolbar
|
||||
namespace Module.NavigationTool.Editor.Toolbar
|
||||
{
|
||||
internal static class ToolbarUtility
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue