gameServer/Consts.hs
author nemo
Sun, 21 Oct 2012 22:42:50 -0400
changeset 7786 23a075cf4837
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
*sigh* revert the multishoot thingy. worked fine in my tests w/ smine and cleaver, screwed up deagle. need to find out why, but sleepy. for later

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"