gameServer/Consts.hs
author nemo
Sun, 26 Jun 2011 15:23:45 -0400
changeset 5319 51d8e4747876
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
bounce. tweak of values, remove friction modifier, move to weapon, to match timer behaviour

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"