Skip to content

Commit

Permalink
Correct namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ababilinski committed Apr 8, 2024
1 parent 34e5300 commit 99f463f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UnityEngine;
using UnityEngine.XR.Interaction.Toolkit;

namespace MagicLeap.Common
namespace MagicLeap.XRKeyboard.Extensions
{
public static class XRInteractionExtensions
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
using System;
using System.Collections;
using System.Collections.Generic;
using MagicLeap.XRKeyboard.Extensions;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.XR.Interaction.Toolkit;

namespace MagicLeap.Common
namespace MagicLeap.XRKeyboard.Utilities
{
public class MoveHandle : MonoBehaviour
{
Expand Down

0 comments on commit 99f463f

Please sign in to comment.