gameServer/Consts.hs
author nemo
Mon, 02 May 2011 01:55:14 -0400
changeset 5197 9fa96377a69c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"