All shall become clear soon....

Renamed SimConfig stuff, ready to abstract both it and ServerConsole
yay for code reuse
This commit is contained in:
gareth
2007-03-25 00:48:07 +00:00
parent 11d7cc89a9
commit a5b17a42a3
8 changed files with 51 additions and 4 deletions

View File

@@ -1,16 +0,0 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Config.SimConfigDb4o
{
public class MapStorage
{
public float[] Map;
public MapStorage()
{
}
}
}