gameServer/Consts.hs
author szczur
Wed, 29 May 2013 13:03:23 -0400
changeset 9079 387e440093b7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
polish translation update

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"