Annotation of /trunk/ModularRex/RexNetwork/IClientRexAppearance.cs
Parent Directory
|
Revision Log
Revision 11 - (view) (download)
| 1 : | afrisby | 3 | using OpenMetaverse; |
| 2 : | |||
| 3 : | namespace ModularRex.RexNetwork | ||
| 4 : | { | ||
| 5 : | afrisby | 11 | /// <summary> |
| 6 : | /// This client supports realXtend style client appearances | ||
| 7 : | /// </summary> | ||
| 8 : | afrisby | 3 | public interface IClientRexAppearance |
| 9 : | { | ||
| 10 : | event RexAppearanceDelegate OnRexAppearance; | ||
| 11 : | void SendRexAppearance(UUID agentID, string avatarURL); | ||
| 12 : | } | ||
| 13 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

