gameServer/Consts.hs
author nemo
Tue, 11 Mar 2014 22:49:01 -0400
changeset 10192 bb1310c4bd79
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Feel free to revert this one, was just screwing around with stuff from before. I kinda like it and figured committing it was the easiest way for you to look at it. http://m8y.org/hw/perlin.png

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"