gameServer/Consts.hs
author koda
Mon, 14 Jan 2013 11:28:19 +0100
changeset 8378 3a298d487ddd
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
provide a nice mission description, feel free to improve

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"