gameServer/Consts.hs
author koda
Thu, 10 May 2012 22:15:31 +0200
changeset 7047 606acf1f80be
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
ios: this commit just removes the overlay class files (with all submenus and resources) while working on a proper restoration

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"