Files
opensim/OpenSim/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs
2007-05-26 13:40:19 +00:00

16 lines
247 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Storage.LocalStorageDb4o
{
public class MapStorage
{
public float[] Map;
public MapStorage()
{
}
}
}