diff options
author | chai <chaifix@163.com> | 2022-02-18 16:19:48 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-02-18 16:19:48 +0800 |
commit | 1b79ca871dff7a56dad8a9857f151011c1cfd9e3 (patch) | |
tree | 1f456a8e9f842670263c2b61d97a124c90515014 /JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager | |
parent | 2ac3ab0c6a315e678d21aa6bd4a0a660a2c46acf (diff) |
+CustomExecutionOrder
Diffstat (limited to 'JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager')
-rw-r--r-- | JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager/LiteInputManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager/LiteInputManager.cs b/JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager/LiteInputManager.cs index b1b41ad..c2f6c26 100644 --- a/JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager/LiteInputManager.cs +++ b/JamHelper/Assets/JamUtils/Scripts/Input/LiteInputManager/LiteInputManager.cs @@ -2,7 +2,7 @@ using System.Collections; using System.Collections.Generic;
using UnityEngine;
-namespace JamTools
+namespace JamUtils
{
public class LiteInputManager : MonoBehaviour
|