First version

This commit is contained in:
2022-04-11 17:17:23 +03:00
committed by GitHub
parent 45a79eed20
commit fde1669b60
29 changed files with 1434 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#import "Level.h"
@implementation Level
@synthesize goal, delayDec;
@end