gameServer/Consts.hs
author unc0rr
Sat, 17 Sep 2011 16:20:54 +0400
branch0.9.16
changeset 5951 dc36638a6b7c
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Set version to 0.9.16, protocol to 39

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"