First part of border crossing fix.

This commit is contained in:
MW
2007-05-25 19:09:19 +00:00
parent b2d588ed1c
commit 64741b55a6
8 changed files with 138 additions and 86 deletions

View File

@@ -24,6 +24,11 @@ namespace OpenSim.Framework.Interfaces
event StartAnim OnStartAnim;
event LinkObjects OnLinkObjects;
LLVector3 StartPos
{
get;
set;
}
void SendAppearance(AvatarWearable[] wearables);
void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
}