X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=Classes%2FNJOutputKeyPress.m;fp=Classes%2FNJOutputKeyPress.m;h=a69d8f3e3ba2fc14528576bea618ed3e35cc31a6;hp=7b8c63106d54d2f928ca7e9621223d822aac9f6a;hb=281e575060f936fd9483d1cf6416851b3783fe42;hpb=794a6e8c99be447b2ebc2b5510f7bf8ddeb4d75d diff --git a/Classes/NJOutputKeyPress.m b/Classes/NJOutputKeyPress.m index 7b8c631..a69d8f3 100644 --- a/Classes/NJOutputKeyPress.m +++ b/Classes/NJOutputKeyPress.m @@ -21,7 +21,7 @@ : nil; } -+ (NJOutput *)outputDeserialize:(NSDictionary *)serialization { ++ (NJOutput *)outputWithSerialization:(NSDictionary *)serialization { NJOutputKeyPress *output = [[NJOutputKeyPress alloc] init]; output.keyCode = [serialization[@"key"] intValue]; return output;