gameServer/HWProtoCore.hs
changeset 4975 31da8979e5b1
parent 4932 f11d80bac7ed
child 4989 4771fed9272e
equal deleted inserted replaced
4974:078cd026a7b1 4975:31da8979e5b1
    12 import HWProtoInRoomState
    12 import HWProtoInRoomState
    13 import HandlerUtils
    13 import HandlerUtils
    14 import RoomsAndClients
    14 import RoomsAndClients
    15 import Utils
    15 import Utils
    16 
    16 
    17 handleCmd, handleCmd_loggedin :: CmdHandler
    17 handleCmd, handleCmd_loggedin :: CmdHandler c
    18 
    18 
    19 
    19 
    20 handleCmd ["PING"] = answerClient ["PONG"]
    20 handleCmd ["PING"] = answerClient ["PONG"]
    21 
    21 
    22 
    22