We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da42cd4 + 988e914 commit 1bf7dafCopy full SHA for 1bf7daf
Doc/QuickStart-Unity.md
@@ -83,7 +83,7 @@ public class Soldier : UGig{ // or `Gig`
83
When assigning or returning a status, use `done`, `fail` or `cont`:
84
85
```cs
86
-status Attack() => hasWeapon ? fail : Play("Strike");
+status Attack() => hasWeapon ? Play("Strike") : fail;
87
```
88
89
AL does not restrict status expressions to sequences and selectors
0 commit comments