Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Undo namespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
FejZa committed Jun 14, 2020
1 parent c2a8cf3 commit 3006e53
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using XRTK.Definitions.Controllers;
using XRTK.Definitions.Utilities;
using XRTK.Oculus.Providers.InputSystem.Controllers;
using XRTK.Oculus.Providers.Controllers;

namespace XRTK.Oculus.Profiles
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using XRTK.Providers.Controllers;
using XRTK.Services;

namespace XRTK.Oculus.Providers.InputSystem.Controllers
namespace XRTK.Oculus.Providers.Controllers
{
public abstract class BaseOculusController : BaseController
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
using XRTK.Providers.Controllers;
using XRTK.Services;

namespace XRTK.Oculus.Providers.InputSystem.Controllers
namespace XRTK.Oculus.Providers.Controllers
{
[RuntimePlatform(typeof(OculusPlatform))]
[System.Runtime.InteropServices.Guid("0DE5DA40-FEB8-4891-B9B2-942EAFD041B9")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using XRTK.Interfaces.Providers.Controllers;
using XRTK.Oculus.Plugins;

namespace XRTK.Oculus.Providers.InputSystem.Controllers
namespace XRTK.Oculus.Providers.Controllers
{
[System.Runtime.InteropServices.Guid("A1417657-5FF3-402D-8376-D8E1689175A9")]
public class OculusGoController : BaseOculusController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
using XRTK.Providers.Controllers.Hands;
using XRTK.Services;

namespace XRTK.Oculus.Providers.InputSystem.Controllers
namespace XRTK.Oculus.Providers.Controllers
{
[RuntimePlatform(typeof(OculusPlatform))]
[System.Runtime.InteropServices.Guid("EA666456-BAEF-4412-A829-A4C7132E98C3")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using XRTK.Interfaces.Providers.Controllers;
using XRTK.Oculus.Plugins;

namespace XRTK.Oculus.Providers.InputSystem.Controllers
namespace XRTK.Oculus.Providers.Controllers
{
[System.Runtime.InteropServices.Guid("071048C6-31F3-460C-863F-5D3121F47654")]
public class OculusRemoteController : BaseOculusController
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using XRTK.Interfaces.Providers.Controllers;
using XRTK.Oculus.Plugins;

namespace XRTK.Oculus.Providers.InputSystem.Controllers
namespace XRTK.Oculus.Providers.Controllers
{
[System.Runtime.InteropServices.Guid("1898974A-DBCD-4C88-8E03-726689848D52")]
public class OculusTouchController : BaseOculusController
Expand Down

This file was deleted.

0 comments on commit 3006e53

Please sign in to comment.