gameServer/Consts.hs
author unc0rr
Mon, 03 Nov 2014 00:01:02 +0300
branchqmlfrontend
changeset 10452 03519fd9f98d
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Show team color in teams list widget, also allow to change it on mouse click

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"