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.
1 parent da42cd4 commit 988e914Copy full SHA for 988e914
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