Skip to content

Commit 5bec96a

Browse files
committed
Update README.md
1 parent 8c784ef commit 5bec96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Glorified State Machine.
2222
Example code: [Assets/Examples/GSM/NPC/NPC.cs](https://github.com/doongjohn/Icing/blob/master/Assets/Examples/GSM/NPC/NPC.cs)
2323

2424
```cs
25-
public class NPC : GSM_Controller
25+
public class NPC : GSM_NormalController
2626
{
2727
private float targetDist;
2828
private int health = 5;

0 commit comments

Comments
 (0)