gameServer/Consts.hs
author unc0rr
Fri, 20 Dec 2013 15:06:18 +0400
changeset 9808 37891ba5e10b
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
Some updates to ru localization

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"