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