gameServer/CoreTypes.hs
changeset 2747 7889a3a9724f
parent 2631 163b0128bd21
child 2867 9be6693c78cb
equal deleted inserted replaced
2746:55593f8a490b 2747:7889a3a9724f
    53 		teamname :: String,
    53 		teamname :: String,
    54 		teamcolor :: String,
    54 		teamcolor :: String,
    55 		teamgrave :: String,
    55 		teamgrave :: String,
    56 		teamfort :: String,
    56 		teamfort :: String,
    57 		teamvoicepack :: String,
    57 		teamvoicepack :: String,
       
    58 		teamflag :: String,
    58 		difficulty :: Int,
    59 		difficulty :: Int,
    59 		hhnum :: Int,
    60 		hhnum :: Int,
    60 		hedgehogs :: [HedgehogInfo]
    61 		hedgehogs :: [HedgehogInfo]
    61 	}
    62 	}
    62 
    63