gameServer/Consts.hs
author nemo
Sat, 01 Mar 2014 13:59:12 -0500
changeset 10167 7f2685fff3e2
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
no idea what happened to this image... it seems like I'm reverting to most recent revision O_o

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"