mirror of
https://github.com/opensim/opensim.git
synced 2026-06-05 10:35:39 +08:00
18 lines
273 B
C#
18 lines
273 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using libsecondlife;
|
|
|
|
namespace OpenSim.Region.Capabilities
|
|
{
|
|
[LLSDMap]
|
|
public class LLSDItemUpdate
|
|
{
|
|
public LLUUID item_id;
|
|
|
|
public LLSDItemUpdate()
|
|
{
|
|
}
|
|
}
|
|
}
|