aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/LLSDCapsDetails.cs
blob: af20468101cf28b4e99403d465187efb5aeb8d04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
namespace OpenSim.Region.Capabilities
{
    [LLSDType("MAP")]
    public class LLSDCapsDetails
    {
        public string MapLayer = "";
        public string NewFileAgentInventory = "";
        //public string EventQueueGet = "";
       // public string RequestTextureDownload = "";
       // public string ChatSessionRequest = "";
        public string UpdateNotecardAgentInventory = "";
        public string UpdateScriptAgentInventory = "";
       // public string ParcelVoiceInfoRequest = "";

        public LLSDCapsDetails()
        {

        }
    }
}