gameServer/Consts.hs
author nemo
Thu, 03 Oct 2013 12:10:30 -0400
changeset 9485 3dee8a3b0406
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
add shotgun wrap, revert 100px offset. Problematic w/ things that rely on Land.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"