gameServer/Consts.hs
author sheepluva
Sun, 01 Jun 2014 04:17:27 +0200
changeset 10251 a3b42e81803c
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
collision indicator on failed girder placement (especially useful with rubberband I guess). still needs some tweaks but I am going to bed now :P

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"