gameServer/Consts.hs
author Xeli
Sat, 28 Apr 2012 14:41:40 +0200
changeset 6951 a37e470c8694
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
- changed targetting, to launch an airstrike move the cursor/pointer to a location and then press the firebutton - added a caption to try to explain this -_-

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"