aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Capabilities/LLSDMapRequest.cs
blob: b15f1be2153309aad46d73f8c28eb5034d6c2aec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Region.Capabilities
{
    [LLSDType("MAP")]
    public class LLSDMapRequest
    {
        public int Flags = 0;

        public LLSDMapRequest()
        {

        }
    }
}