gameServer/HWProtoCore.hs
changeset 4989 4771fed9272e
parent 4975 31da8979e5b1
child 5030 42746c5d4a80
equal deleted inserted replaced
4988:bd540ba66599 4989:4771fed9272e
    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 c
    17 handleCmd, handleCmd_loggedin :: CmdHandler
    18 
    18 
    19 
    19 
    20 handleCmd ["PING"] = answerClient ["PONG"]
    20 handleCmd ["PING"] = answerClient ["PONG"]
    21 
    21 
    22 
    22