Re-applied dalien patch (#175) and included bin\data with avataranimations.xml

This commit is contained in:
lbsa71
2007-07-09 19:56:22 +00:00
parent 93f3ef7e0d
commit d91f33b87b
5 changed files with 60 additions and 4 deletions

View File

@@ -147,6 +147,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);