gameServer/Consts.hs
author Matisumi
Sun, 14 Apr 2013 21:51:53 +0200
branch0.9.19
changeset 8883 ed23a9b2c9ff
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
engine translation update, french

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"