diff options
Diffstat (limited to 'OpenSim/Region/Capabilities/LLSDCapsDetails.cs')
-rw-r--r-- | OpenSim/Region/Capabilities/LLSDCapsDetails.cs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/OpenSim/Region/Capabilities/LLSDCapsDetails.cs b/OpenSim/Region/Capabilities/LLSDCapsDetails.cs new file mode 100644 index 0000000..1f8b242 --- /dev/null +++ b/OpenSim/Region/Capabilities/LLSDCapsDetails.cs | |||
@@ -0,0 +1,15 @@ | |||
1 | namespace OpenSim.Region.Capabilities | ||
2 | { | ||
3 | [LLSDType("MAP")] | ||
4 | public class LLSDCapsDetails | ||
5 | { | ||
6 | public string MapLayer = ""; | ||
7 | //public string NewFileAgentInventory = ""; | ||
8 | //public string EventQueueGet = ""; | ||
9 | |||
10 | public LLSDCapsDetails() | ||
11 | { | ||
12 | |||
13 | } | ||
14 | } | ||
15 | } | ||