gameServer/Consts.hs
author koda
Sat, 05 Nov 2011 04:58:22 +0100
changeset 6283 6ec7bf51e04f
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
oops, fix the size of a few event structs i just added

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"