diff options
author | gareth | 2007-03-25 00:48:07 +0000 |
---|---|---|
committer | gareth | 2007-03-25 00:48:07 +0000 |
commit | a5b17a42a32ab645c7408b75001272484221030d (patch) | |
tree | 53115cdd59b6e05d4831198f62289e6c886e3219 /OpenSim.Config/SimConfigDb4o/MapStorage.cs | |
parent | Finished adding the grid server to prebuild (diff) | |
download | opensim-SC_OLD-a5b17a42a32ab645c7408b75001272484221030d.zip opensim-SC_OLD-a5b17a42a32ab645c7408b75001272484221030d.tar.gz opensim-SC_OLD-a5b17a42a32ab645c7408b75001272484221030d.tar.bz2 opensim-SC_OLD-a5b17a42a32ab645c7408b75001272484221030d.tar.xz |
All shall become clear soon....
Renamed SimConfig stuff, ready to abstract both it and ServerConsole
yay for code reuse
Diffstat (limited to 'OpenSim.Config/SimConfigDb4o/MapStorage.cs')
-rw-r--r-- | OpenSim.Config/SimConfigDb4o/MapStorage.cs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/OpenSim.Config/SimConfigDb4o/MapStorage.cs b/OpenSim.Config/SimConfigDb4o/MapStorage.cs deleted file mode 100644 index eb68a94..0000000 --- a/OpenSim.Config/SimConfigDb4o/MapStorage.cs +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | using System; | ||
2 | using System.Collections.Generic; | ||
3 | using System.Text; | ||
4 | |||
5 | namespace OpenSim.Config.SimConfigDb4o | ||
6 | { | ||
7 | public class MapStorage | ||
8 | { | ||
9 | public float[] Map; | ||
10 | |||
11 | public MapStorage() | ||
12 | { | ||
13 | |||
14 | } | ||
15 | } | ||
16 | } | ||