aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data/DataStoreBase.cs
blob: 671d0f03a7864def7fca6997987422e27f00d7eb (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 DataStoreBase
    {
    }
}