mirror of
https://github.com/opensim/opensim.git
synced 2026-08-14 17:55:39 +08:00
16 lines
310 B
C#
16 lines
310 B
C#
namespace OpenSim.Region.Capabilities
|
|
{
|
|
[LLSDType("MAP")]
|
|
public class LLSDCapsDetails
|
|
{
|
|
public string MapLayer = "";
|
|
public string NewFileAgentInventory = "";
|
|
//public string EventQueueGet = "";
|
|
|
|
public LLSDCapsDetails()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|