mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Copied OpenSim.Config ready to port for grid server
This commit is contained in:
16
OpenGrid.Config/SimConfigDb4o/MapStorage.cs
Normal file
16
OpenGrid.Config/SimConfigDb4o/MapStorage.cs
Normal 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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user