mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
10 lines
158 B
C#
10 lines
158 B
C#
using libsecondlife;
|
|
|
|
namespace OpenSim.Framework
|
|
{
|
|
public struct AssetRequest
|
|
{
|
|
public LLUUID AssetID;
|
|
public bool IsTexture;
|
|
}
|
|
} |