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

namespace OpenSim.Region.Scripting.EmbeddedJVM.Types
{
    public class BaseType : Object
    {
    }
}