mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
First part of border crossing fix.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user