gameServer/Consts.hs
author nemo
Tue, 24 Jun 2014 08:49:09 -0400
changeset 10339 a1168c400c90
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
couple of custom sprites for mikade to override in a lua sidecar if he wants to

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"