gameServer/Consts.hs
author unc0rr
Mon, 20 Oct 2014 22:55:12 +0400
branchqmlfrontend
changeset 10442 c58db813240b
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Load and show local teams list

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"