gameServer/Consts.hs
author unc0rr
Mon, 03 Nov 2014 23:36:53 +0300
branchqmlfrontend
changeset 10454 2b590e7972b1
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Allow using right button or wheel to change team color

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"