gameServer/Consts.hs
author nemo
Fri, 08 Jul 2011 12:18:27 -0400
changeset 5402 c49a84b04d22
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add fudge factors for the collision check on portal exit

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"