gameServer/Consts.hs
author Guillaume Englert
Thu, 13 Oct 2011 11:15:07 -0400
changeset 6127 00359e113578
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add SkyL/SkyR to avoid repeating the cave entrance

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"