aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule/Engines/JVMEngine/Types/BaseType.cs
blob: d1689dfbf3ddf06d9b7a76838ec21f6d03237fc7 (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Region.ExtensionsScriptModule.JVMEngine.Types
{
    public class BaseType : Object
    {
    }
}