X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Config.h;h=d85ec939c2982f4cbcf587057205dcf0799c8eff;hp=d11826205fae75676396577b09dc1b7ad04effd5;hb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e;hpb=3f6df7a954fb74bcebf6fc6c0e60821843b0f31b diff --git a/Config.h b/Config.h index d118262..d85ec93 100644 --- a/Config.h +++ b/Config.h @@ -17,7 +17,7 @@ @property (copy) NSString *name; @property (readonly) NSMutableDictionary *entries; -- (void)setTarget:(Target *)target forAction:(JSAction *)jsa; -- (Target *)getTargetForAction:(JSAction *)sa; +- (Target *)objectForKeyedSubscript:(JSAction *)action; +- (void)setObject:(Target *)target forKeyedSubscript:(JSAction *)action; @end