gameServer/CoreTypes.hs
changeset 3555 4c5ca656d1bb
parent 3502 ad38c653b7d9
child 3566 772a46ef8288
equal deleted inserted replaced
3553:eed7ab6a5087 3555:4c5ca656d1bb
    47     HedgehogInfo B.ByteString B.ByteString
    47     HedgehogInfo B.ByteString B.ByteString
    48 
    48 
    49 data TeamInfo =
    49 data TeamInfo =
    50     TeamInfo
    50     TeamInfo
    51     {
    51     {
    52         teamownerId :: !Int,
    52         teamownerId :: ClientIndex,
    53         teamowner :: B.ByteString,
    53         teamowner :: B.ByteString,
    54         teamname :: B.ByteString,
    54         teamname :: B.ByteString,
    55         teamcolor :: B.ByteString,
    55         teamcolor :: B.ByteString,
    56         teamgrave :: B.ByteString,
    56         teamgrave :: B.ByteString,
    57         teamfort :: B.ByteString,
    57         teamfort :: B.ByteString,