aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Capabilities/LLSDCapsDetails.cs
blob: 1522559863458b3e6e6f0e015e1611875a3800f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
namespace OpenSim.Region.Capabilities
{
    [LLSDType("MAP")]
    public class LLSDCapsDetails
    {
        public string MapLayer = "";
        public string NewFileAgentInventory = "";
        //public string EventQueueGet = "";

        public LLSDCapsDetails()
        {

        }
    }
}