gameServer/Consts.hs
author Periklis Ntanasis <pntanasis@gmail.com>
Wed, 04 Sep 2013 03:32:31 +0300
branchspacecampaign
changeset 9605 66cd14e5bdad
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
part of desert03 side mission - map not finished yet, will be commited later

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"