Skip to content

Commit

Permalink
Merge pull request #16 from LeCloutPanda/main
Browse files Browse the repository at this point in the history
Oopsie binding file wasn't named right
  • Loading branch information
Xlinka authored Apr 3, 2024
2 parents 8b82a0e + 945c7aa commit 017e492
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 017e492

Please sign in to comment.