mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 18:15:56 +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()
|
|
{
|
|
}
|
|
}
|
|
}
|