gameServer/Consts.hs
author nemo
Sun, 04 Sep 2011 12:06:10 -0400
changeset 5763 d7a887c7e2d0
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Add a crappy button to encourage artists to make another one. Restore Info page.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"