gameServer/Consts.hs
author unc0rr
Mon, 01 Apr 2013 23:07:24 +0400
changeset 8828 4ae5233abe76
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Hey, there was inc(Radius, 4)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"