gameServer/Consts.hs
author nemo
Thu, 20 Mar 2014 13:12:05 -0400
changeset 10210 1a6b9a98147c
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
hm. I think I forgot to commit this when adding speech bubble change

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"