gameServer/Consts.hs
author igorko
Tue, 05 Apr 2011 10:59:23 -0400
changeset 5101 a2b72f966073
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
Ukranian localisation of a voicepack. Still to be decided, if this should localised, and played as Default if a user is using the ukranian locale.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"