gameServer/Consts.hs
author unc0rr
Sun, 09 Nov 2014 23:02:21 +0300
branchqmlfrontend
changeset 10458 f7a199346c3e
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Scripts list module

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"