gameServer/Consts.hs
author sheepluva
Thu, 02 Oct 2014 12:08:22 +0200
changeset 10423 b9d6463cf2ca
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
fix mapgen of other scripts too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"