gameServer/Consts.hs
author sheepluva
Thu, 12 Jun 2014 00:37:52 +0200
changeset 10280 762c256552e9
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"