gameServer/Consts.hs
author nemo
Thu, 16 May 2013 14:05:16 -0400
changeset 9006 552517b23882
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
bleah. sorry for spam. this reverts the first attempt in uAmmos

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"