aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AssetRequest.cs
blob: 163ab701df6361e6339d252f43b2885bb5b0b0e1 (plain)
1
2
3
4
5
6
7
8
9
10
using libsecondlife;

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