using libsecondlife; namespace OpenSim.Framework { public struct AssetRequest { public LLUUID AssetID; public bool IsTexture; } }