aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ExtensionsScriptModule/Engines/JVMEngine/Types/ObjectReference.cs
blob: 8e1d4356d2f58cd0a2627750688e484ebdfd33e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Region.ExtensionsScriptModule.JVMEngine.Types
{
    public class ObjectReference : BaseType
    {
        public ushort Reference;

        public ObjectReference()
        {

        }
    }
}