AvatarPickerReplyAgentDataArgs.cs 201 B

1234567891011
  1. using System;
  2. using libsecondlife;
  3. namespace OpenSim.Framework
  4. {
  5. public class AvatarPickerReplyAgentDataArgs : EventArgs
  6. {
  7. public LLUUID AgentID;
  8. public LLUUID QueryID;
  9. }
  10. }