From 3f0603f902e851a61ffd93a8f9f1b9590c81e3f7 Mon Sep 17 00:00:00 2001 From: "Ivan \"KaiSD\" Korystin" Date: Sat, 21 Jun 2014 02:04:30 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32d443c..ed3fc44 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Since actions are quite simple, i implemented them myself. 1. Put the src folder into your assets folder. 2. Then attach the Actor.cs script to the object you want. -3. See the examples folder, there's a sample script there. +3. See the ActorSampleActions.cs class, if you need examples. You can also subclass the Actor and add all the actions you want to the Start() method.