gameServer/Consts.hs
author nemo
Sat, 07 Jul 2012 15:28:47 -0400
changeset 7348 2a69f2ed9273
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Limit firepunch/whip drowning checks to max AI, bat to top 2 levels.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"