gameServer/Consts.hs
author Periklis Ntanasis <pntanasis@gmail.com>
Wed, 31 Jul 2013 22:52:35 +0300
branchspacecampaign
changeset 9422 85b17f344c97
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
first dialog added, maybe reconsider the seconds the bubbles are displayed later

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"