Skip to content

Commit ecd285f

Browse files
committed
Updated namespaces
1 parent 1c0732e commit ecd285f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Runtime/Axis.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using UnityEngine;
22
using UnityEngine.InputSystem;
33

4-
namespace InputProcessing
4+
namespace StephanHooft.InputProcessing
55
{
66
/// <summary>
77
/// Class to process/store axial values such as trigger/stick positions.

Runtime/Button.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using UnityEngine;
22
using UnityEngine.InputSystem;
33

4-
namespace InputProcessing
4+
namespace StephanHooft.InputProcessing
55
{
66
/// <summary>
77
/// Class to process/store binary inputs such as button presses/releases.

Runtime/TwinAxes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using UnityEngine;
22
using UnityEngine.InputSystem;
33

4-
namespace InputProcessing
4+
namespace StephanHooft.InputProcessing
55
{
66
/// <summary>
77
/// Class to process/store twin (x,y) <see cref="Axis"/> values such as those of a control stick.

0 commit comments

Comments
 (0)