diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/AvatarPickerReplyDataArgs.cs | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/Framework/AvatarPickerReplyDataArgs.cs b/OpenSim/Framework/AvatarPickerReplyDataArgs.cs index 654a135..b15e4a5 100644 --- a/OpenSim/Framework/AvatarPickerReplyDataArgs.cs +++ b/OpenSim/Framework/AvatarPickerReplyDataArgs.cs | |||
@@ -1,12 +1,12 @@ | |||
1 | using System; | 1 | using System; |
2 | using libsecondlife; | 2 | using libsecondlife; |
3 | 3 | ||
4 | namespace OpenSim.Framework | 4 | namespace OpenSim.Framework |
5 | { | 5 | { |
6 | public class AvatarPickerReplyDataArgs : EventArgs | 6 | public class AvatarPickerReplyDataArgs : EventArgs |
7 | { | 7 | { |
8 | public LLUUID AvatarID; | 8 | public LLUUID AvatarID; |
9 | public byte[] FirstName; | 9 | public byte[] FirstName; |
10 | public byte[] LastName; | 10 | public byte[] LastName; |
11 | } | 11 | } |
12 | } \ No newline at end of file | 12 | } \ No newline at end of file |