gameServer/Consts.hs
author nemo
Wed, 30 Oct 2013 15:54:29 -0400
changeset 9659 e9c00dd31b07
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
drop onGameTick20 - it has some savings on cpu, but racers demand millisecond precision not 20 millisecond, apparently

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"