gameServer/Consts.hs
author nemo
Thu, 09 May 2013 23:21:06 -0400
changeset 8972 f01b836d702e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
I was using this to test firepunching likely duds, but most of the time that would probably just make him bazooka them

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"