Files
BoxAttack/boxattack/Level.m
T
2022-04-11 17:17:23 +03:00

8 lines
76 B
Objective-C

#import "Level.h"
@implementation Level
@synthesize goal, delayDec;
@end