Skip to content

Commit 440b461

Browse files
committed
Change: NavigationAwaitOperation order
1 parent 980400f commit 440b461

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NavStack/Assets/NavStack/Runtime/NavigationAwaitOperation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ namespace NavStack
22
{
33
public enum NavigationAwaitOperation
44
{
5-
Error,
65
Sequential,
76
Drop,
7+
Error,
88
}
99
}

0 commit comments

Comments
 (0)