This commit is contained in:
MW
2007-03-25 18:05:58 +00:00
parent dd64c163ac
commit a3ed563023
26 changed files with 1330 additions and 1330 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()
{
}
}
}