mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Start of rewrite 5279!
This commit is contained in:
16
OpenSim/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs
Normal file
16
OpenSim/OpenSim.Storage/LocalStorageDb4o/MapStorage.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace OpenSim.Storage.LocalStorageDb4o
|
||||
{
|
||||
public class MapStorage
|
||||
{
|
||||
public float[] Map;
|
||||
|
||||
public MapStorage()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user