gameServer/Consts.hs
author unc0rr
Thu, 28 Nov 2013 00:41:35 +0400
changeset 9720 453a1c29b7e4
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Animate hedgehogs healths inside team health bar. Proper animation for the case when max team health grows is lost though.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"