Applied animations patch (#175) submitted by dalien

This commit is contained in:
lbsa71
2007-07-08 19:28:53 +00:00
parent 5f8de1e704
commit 252ff78eb3
3 changed files with 45 additions and 4 deletions

View File

@@ -145,6 +145,7 @@ namespace OpenSim.Framework.Interfaces
void OutPacket(Packet newPack);
void SendWearables(AvatarWearable[] wearables);
void SendAnimation(LLUUID animID, int seq, LLUUID sourceAgentId);
void SendRegionHandshake(RegionInfo regionInfo);
void SendChatMessage(string message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);