equal
deleted
inserted
replaced
36 |
36 |
37 NSInteger ipcPort; // Port on which engine will listen |
37 NSInteger ipcPort; // Port on which engine will listen |
38 TGameType gameType; |
38 TGameType gameType; |
39 } |
39 } |
40 |
40 |
41 @property (nonatomic,retain) UIViewController *parentController; |
41 @property (assign) UIViewController *parentController; |
42 @property (nonatomic,retain) NSString *savePath; |
42 @property (nonatomic,retain) NSString *savePath; |
43 |
43 |
44 @property (nonatomic,retain) OverlayViewController *overlayController; |
44 @property (nonatomic,retain) OverlayViewController *overlayController; |
45 @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol; |
45 @property (nonatomic,retain) EngineProtocolNetwork *engineProtocol; |
46 |
46 |