aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/InventoryDataBase.cs
blob: afddbf1163d26f8b7055bd8d284ae78fc0c8e8e8 (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
    {
    }
}