Skip to content

Commit

Permalink
Fix UdonConsole namespace
Browse files Browse the repository at this point in the history
Closes #5
  • Loading branch information
Varneon committed Jan 8, 2023
1 parent a1648d8 commit b534c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using Varneon.VInspector;
using Varneon.VUdon.Logger.Abstract;

namespace Varneon.UdonPrefabs.RuntimeTools.Editor
namespace Varneon.VUdon.Logger.Editor
{
/// <summary>
/// Custom inspector for UdonConsole prefab
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using Varneon.VUdon.Logger.Abstract;
using VRC.SDKBase;

namespace Varneon.UdonPrefabs.RuntimeTools
namespace Varneon.VUdon.Logger
{
/// <summary>
/// In-game console window for debugging UdonBehaviours
Expand Down

0 comments on commit b534c13

Please sign in to comment.