gameServer/Consts.hs
author unc0rr
Sun, 18 Nov 2012 01:06:01 +0400
branchphysfslayer
changeset 8056 d5d5e1698554
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Close this branch

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"