gameServer/Consts.hs
author nemo
Fri, 17 Feb 2012 20:42:22 -0500
changeset 6706 c4272519b128
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Experiment. This has bugged me for a long time. Should be possible to tell a team with 1 health from a team with 0

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"