Skip to content

Commit

Permalink
[REG-2187] Fix using issue with legacy input
Browse files Browse the repository at this point in the history
  • Loading branch information
nAmKcAz committed Nov 19, 2024
1 parent cd68ed0 commit 680af16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
using UnityEditor.Compilation;
using Assembly = UnityEditor.Compilation.Assembly;

using RegressionGames.StateRecorder.BotSegments;

#if ENABLE_LEGACY_INPUT_MANAGER
using RegressionGames.RGLegacyInputUtility;
using RegressionGames.StateRecorder.BotSegments;
#endif

namespace RegressionGames.Editor
Expand Down

0 comments on commit 680af16

Please sign in to comment.