gameServer/CoreTypes.hs
changeset 10076 b235e520ea21
parent 10066 1a6e1aad58d6
child 10090 a471a7bbc339
equal deleted inserted replaced
10075:dbaf90a0fbe0 10076:b235e520ea21
    96         clientSocket :: Socket,
    96         clientSocket :: Socket,
    97         host :: B.ByteString,
    97         host :: B.ByteString,
    98         connectTime :: UTCTime,
    98         connectTime :: UTCTime,
    99         nick :: B.ByteString,
    99         nick :: B.ByteString,
   100         webPassword :: B.ByteString,
   100         webPassword :: B.ByteString,
       
   101         serverSalt :: B.ByteString,
   101         logonPassed :: Bool,
   102         logonPassed :: Bool,
   102         isVisible :: Bool,
   103         isVisible :: Bool,
   103         clientProto :: !Word16,
   104         clientProto :: !Word16,
   104         pingsQueue :: !Word,
   105         pingsQueue :: !Word,
   105         isMaster :: Bool,
   106         isMaster :: Bool,