gameServer/Consts.hs
author sheepluva
Mon, 17 Oct 2011 22:48:11 +0200
changeset 6144 e8c302637b10
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
fix overlapping pixel in stormtrooper hat

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"