Skip to content

Commit

Permalink
Oopsie binding file wasn't named right
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCloutPanda committed Apr 3, 2024
1 parent ccdc82c commit 945c7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using FrooxEngine.ProtoFlux.Locomotion;

[Category(new string[] { "ProtoFlux/Runtimes/Execution/Nodes/Obsidian/Locomotion" })]
public class IsUserInSeatedMode : FrooxEngine.ProtoFlux.Runtimes.Execution.ValueFunctionNode<ExecutionContext, bool>
public class IsUserInSeatedModeBinding : FrooxEngine.ProtoFlux.Runtimes.Execution.ValueFunctionNode<ExecutionContext, bool>
{
public readonly SyncRef<INodeObjectOutput<User>> User;

Expand Down

0 comments on commit 945c7aa

Please sign in to comment.