OpenSimMirror/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs

16 lines
248 B
C#

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