gameServer/Consts.hs
author nemo
Tue, 20 Sep 2011 12:46:45 -0400
changeset 5970 b0ea168b60e1
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Let's actually add the gstHHDeath check to the right line, shall we?

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"