netserver/Miscutils.hs
changeset 1662 cefb9d0f816f
parent 1646 19b3784ac9d2
child 1683 af34da5726aa
equal deleted inserted replaced
1661:08c6e3665025 1662:cefb9d0f816f
    40 		teamowner :: String,
    40 		teamowner :: String,
    41 		teamname :: String,
    41 		teamname :: String,
    42 		teamcolor :: String,
    42 		teamcolor :: String,
    43 		teamgrave :: String,
    43 		teamgrave :: String,
    44 		teamfort :: String,
    44 		teamfort :: String,
       
    45 		teamvoicepack :: String,
    45 		difficulty :: Int,
    46 		difficulty :: Int,
    46 		hhnum :: Int,
    47 		hhnum :: Int,
    47 		hedgehogs :: [HedgehogInfo]
    48 		hedgehogs :: [HedgehogInfo]
    48 	}
    49 	}
    49 
    50