cocoaTouch/GameSetup.h
changeset 3365 37ac593e9027
parent 3364 e5403e2bf02c
child 3479 972ae3ec178a
--- a/cocoaTouch/GameSetup.h	Thu Apr 22 17:43:12 2010 +0000
+++ b/cocoaTouch/GameSetup.h	Sun Apr 25 02:30:42 2010 +0000
@@ -11,14 +11,14 @@
 
 @interface GameSetup : NSObject {
 	NSDictionary *systemSettings;
-    NSArray *teamsConfig;
+    NSDictionary *gameConfig;
     
 	NSInteger ipcPort;
 	TCPsocket sd, csd; // Socket descriptor, Client socket descriptor
 }
 
 @property (nonatomic, retain) NSDictionary *systemSettings;
-@property (nonatomic, retain) NSArray *teamsConfig;
+@property (nonatomic, retain) NSDictionary *gameConfig;
 
 -(void) engineProtocol;
 -(void) startThread: (NSString *)selector;