From a5b17a42a32ab645c7408b75001272484221030d Mon Sep 17 00:00:00 2001 From: gareth Date: Sun, 25 Mar 2007 00:48:07 +0000 Subject: All shall become clear soon.... Renamed SimConfig stuff, ready to abstract both it and ServerConsole yay for code reuse --- OpenSim.Framework.Config/SimConfigDb4o/MapStorage.cs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 OpenSim.Framework.Config/SimConfigDb4o/MapStorage.cs (limited to 'OpenSim.Framework.Config/SimConfigDb4o/MapStorage.cs') diff --git a/OpenSim.Framework.Config/SimConfigDb4o/MapStorage.cs b/OpenSim.Framework.Config/SimConfigDb4o/MapStorage.cs new file mode 100644 index 0000000..eb68a94 --- /dev/null +++ b/OpenSim.Framework.Config/SimConfigDb4o/MapStorage.cs @@ -0,0 +1,16 @@ +using System; +using System.Collections.Generic; +using System.Text; + +namespace OpenSim.Config.SimConfigDb4o +{ + public class MapStorage + { + public float[] Map; + + public MapStorage() + { + + } + } +} -- cgit v1.1