gameServer/Consts.hs
author nemo
Tue, 13 Sep 2011 10:30:39 -0400
changeset 5888 523f45d02ccb
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"