View of /trunk/ModularRex/RexNetwork/IClientRexAppearance.cs
Parent Directory
|
Revision Log
Revision 11 -
(download)
(annotate)
Wed Nov 26 11:52:02 2008 UTC (4 years, 5 months ago) by afrisby
File size: 341 byte(s)
Wed Nov 26 11:52:02 2008 UTC (4 years, 5 months ago) by afrisby
File size: 341 byte(s)
* Adds source code comments, and synchronises a number of files with internal copies.
using OpenMetaverse;
namespace ModularRex.RexNetwork
{
/// <summary>
/// This client supports realXtend style client appearances
/// </summary>
public interface IClientRexAppearance
{
event RexAppearanceDelegate OnRexAppearance;
void SendRexAppearance(UUID agentID, string avatarURL);
}
}| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

