gameServer/Consts.hs
author nemo
Mon, 15 Aug 2011 12:47:53 -0400
changeset 5574 3d7438991ed8
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Use Frame instead of State for the health flag

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"