gameServer/Consts.hs
author nemo
Mon, 28 May 2012 14:01:23 -0400
changeset 7142 8842fa26698b
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Set air attack to active by default, make time look a bit nicer, avoid plane buzz activating.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"