aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Capabilities/LLSDCapsDetails.cs
blob: ecb23284507dac2994ba52723442326ace42e863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 LLSDCapsDetails()
        {

        }
    }
}