gameServer/Consts.hs
author nemo
Wed, 06 Mar 2013 09:42:20 -0500
changeset 8670 fcb87b74ea7e
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
*sigh* I always forget to pull when AFK for a while. btw. why are we still keeping binaries in here? ☹

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"