Copied OpenSim.Config ready to port for grid server

This commit is contained in:
gareth
2007-04-02 01:40:58 +00:00
parent fc3213e188
commit 0c65ac405b
7 changed files with 495 additions and 0 deletions

View File

@@ -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()
{
}
}
}