gameServer/Consts.hs
author nemo
Tue, 24 Jan 2012 11:54:53 -0500
changeset 6596 4c06ea12de1c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Tweak voices a bit (always play hurry at correct time, skip "come on then" if other voice is playing)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"