aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/RequestAssetArgs.cs
blob: 9f64a5ac14bd19ac1848d1fdb447af18972a4dd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using libsecondlife;

namespace OpenSim.Framework
{
    public class RequestAssetArgs : EventArgs
    {
        public int ChannelType;
        public float Priority;
        public int SourceType;
        public LLUUID TransferID;
    }
}