aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Scripting/EmbeddedJVM/Types/ObjectReference.cs
blob: da28eaa8b5971b2dc3457cdc6d88ef109f298aec (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.Scripting.EmbeddedJVM.Types
{
    public class ObjectReference : BaseType
    {
        public ushort Reference;

        public ObjectReference()
        {

        }
    }
}