We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c784ef commit 5bec96aCopy full SHA for 5bec96a
README.md
@@ -22,7 +22,7 @@ Glorified State Machine.
22
Example code: [Assets/Examples/GSM/NPC/NPC.cs](https://github.com/doongjohn/Icing/blob/master/Assets/Examples/GSM/NPC/NPC.cs)
23
24
```cs
25
-public class NPC : GSM_Controller
+public class NPC : GSM_NormalController
26
{
27
private float targetDist;
28
private int health = 5;
0 commit comments