changeset 1329 | 69ddc231a911 |
parent 1327 | 9d43a6e6b9ca |
child 1333 | b0b0510eb82d |
1328:c41344e3c236 | 1329:69ddc231a911 |
---|---|
26 HedgehogInfo String String |
26 HedgehogInfo String String |
27 |
27 |
28 data TeamInfo = |
28 data TeamInfo = |
29 TeamInfo |
29 TeamInfo |
30 { |
30 { |
31 teamowner :: String, |
|
31 teamname :: String, |
32 teamname :: String, |
32 teamcolor :: String, |
33 teamcolor :: String, |
33 teamgrave :: String, |
34 teamgrave :: String, |
34 teamfort :: String, |
35 teamfort :: String, |
35 difficulty :: Int, |
36 difficulty :: Int, |