gameServer/Consts.hs
author nemo
Sun, 10 Feb 2013 09:22:29 -0500
changeset 8493 1a84f8b08ca7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
oops. more specific ammo tests. maybe could use a few more properties

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"