gameServer/Consts.hs
author nemo
Sat, 25 Aug 2012 18:35:59 -0400
changeset 7603 e9c3c67b5dfd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
reducing this value is sufficient to ensure crates drop just below top border or a girder

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"