Skip to content

Commit

Permalink
Removed/Changed using lines
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCloutPanda committed Apr 11, 2024
1 parent d1f20e6 commit 4897091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Bindings/User/IsUserInSeatedModeBinding.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System;
using Elements.Core;
using FrooxEngine;
using FrooxEngine.ProtoFlux;
using ProtoFlux.Core;
using ProtoFlux.Runtimes.Execution;
using FrooxEngine.ProtoFlux.Locomotion;
using FrooxEngine.ProtoFlux.Status;

[Category(new string[] { "ProtoFlux/Runtimes/Execution/Nodes/Obsidian/Locomotion" })]
public class IsUserInSeatedModeBinding : FrooxEngine.ProtoFlux.Runtimes.Execution.ValueFunctionNode<ExecutionContext, bool>
Expand Down
3 changes: 1 addition & 2 deletions ProtoFlux/Users/Status/IsUserInSeatedMode.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using FrooxEngine;
using ProtoFlux.Core;
using ProtoFlux.Core;
using ProtoFlux.Runtimes.Execution;

namespace FrooxEngine.ProtoFlux.Status
Expand Down

0 comments on commit 4897091

Please sign in to comment.