gameServer/Consts.hs
author nemo
Thu, 15 Dec 2011 11:06:36 -0500
changeset 6530 dc6ce7eb556b
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Experiment. Applying density to both ammoshove and explosion, w/ distance of a hedgehog knock being standard value (/3 since hedgehog "density" is 3)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"