gameServer/Consts.hs
author sheepluva
Fri, 07 Feb 2014 10:11:10 +0100
changeset 10118 788703011d20
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
disallow sinegun to penetrate solid land

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"