From bca7ab7e363e9c9874a9ab137b60a042b9d1139c Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Wed, 23 Apr 2008 11:52:25 +0000 Subject: * Applying Mantis #1020 (Animations) - Thanks Melanie. --- OpenSim/Framework/IClientAPI.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'OpenSim/Framework/IClientAPI.cs') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index b8264ba..53c75b0 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -245,7 +245,7 @@ namespace OpenSim.Framework public delegate void SetAppearance(byte[] texture, AgentSetAppearancePacket.VisualParamBlock[] visualParam); - public delegate void StartAnim(IClientAPI remoteClient, LLUUID animID, int seq); + public delegate void StartAnim(IClientAPI remoteClient, LLUUID animID); public delegate void StopAnim(IClientAPI remoteClient, LLUUID animID); @@ -572,6 +572,8 @@ namespace OpenSim.Framework string FirstName { get; } string LastName { get; } + + int NextAnimationSequenceNumber { get; } /// /// Returns the full name of the agent/avatar represented by this client -- cgit v1.1