gameServer/Consts.hs
author nemo
Fri, 27 Jul 2012 19:27:39 -0400
changeset 7459 8511a3f899d3
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Allow AfterAttack to proceed even if the Hedgehog is dead. They could be resurrected after all.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"