Rename 'subActions' to 'children' to match Joystick property name. Simplify logic...
[enjoyable.git] / JSAction.m
index 6bc1529..84d1ea8 100644 (file)
@@ -11,7 +11,7 @@
 
 @synthesize cookie;
 @synthesize index;
-@synthesize subActions;
+@synthesize children;
 @synthesize base;
 @synthesize name;