X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJOutputKeyPress.m;h=7b8c63106d54d2f928ca7e9621223d822aac9f6a;hp=1cc7e654a572bdeaa161e1ff26b9ace2ff43ef60;hb=24bdb92798b9abe86c7954042a47523791736b7c;hpb=7438479aa735a56f22645c226d5f1db6ba8ef0a2 diff --git a/Classes/NJOutputKeyPress.m b/Classes/NJOutputKeyPress.m index 1cc7e65..7b8c631 100644 --- a/Classes/NJOutputKeyPress.m +++ b/Classes/NJOutputKeyPress.m @@ -21,8 +21,7 @@ : nil; } -+ (NJOutput *)outputDeserialize:(NSDictionary *)serialization - withMappings:(NSArray *)mappings { ++ (NJOutput *)outputDeserialize:(NSDictionary *)serialization { NJOutputKeyPress *output = [[NJOutputKeyPress alloc] init]; output.keyCode = [serialization[@"key"] intValue]; return output;