gameServer/Consts.hs
author unc0rr
Sun, 23 Mar 2014 23:35:33 +0400
changeset 10212 5fb3bb2de9d2
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
Some fixes to voting + small refactoring

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"