gameServer/Consts.hs
author Periklis Ntanasis <pntanasis@gmail.com>
Wed, 11 Dec 2013 17:58:32 +0200
changeset 9781 5eb7c3778045
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
removed bouncy terrain, added visual mark on non-portal/indestructible areas, changed map so only way to win is by using the portal gun

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"