aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/InventoryDataBase.cs
blob: d88acff35a1cbf51c282a9679a0dad1f8a928e5e (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Framework.Data
{
    public abstract class InventoryDataBase
    {
    }
}