aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/AvatarPickerReplyAgentDataArgs.cs
blob: 04ed57020809e42316e9064b32ce028d0d99289f (plain)
1
2
3
4
5
6
7
8
9
10
11
using System;
using OpenMetaverse;

namespace OpenSim.Framework
{
    public class AvatarPickerReplyAgentDataArgs : EventArgs
    {
        public UUID AgentID;
        public UUID QueryID;
    }
}