gameServer/Consts.hs
author unc0rr
Tue, 06 Nov 2012 00:28:47 +0400
changeset 7972 0dffb91eeb82
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Oops, fix room info on room admin change

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"