gameServer/Consts.hs
author sheepluva
Thu, 06 Feb 2014 20:18:10 +0100
changeset 10112 275ad81e4718
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
fix indentation of previous commit and simplify rc-plane's angle-fix after portal code

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"