gameServer/Consts.hs
author sheepluva
Thu, 26 Apr 2012 16:15:37 +0200
changeset 6937 7f77fa908a4e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
messing with the theme model a bit (gets now auto-updated after DLC download too)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"