gameServer/Consts.hs
author nemo
Thu, 28 Nov 2013 21:13:49 -0500
changeset 9721 1833dadcebf0
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Initial pass at bounciness. To try it out, or lfBouncy on girder in uLandGraphics (search for the word graphically)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"