This commit is contained in:
MW
2007-05-29 17:49:39 +00:00
parent 36bcda6cfa
commit cb33169fe6
4 changed files with 8 additions and 42 deletions

View File

@@ -70,5 +70,7 @@ namespace OpenSim.Framework.Interfaces
void OutPacket(Packet newPack);
void SendWearables(AvatarWearable[] wearables);
void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
void SendLayerData(float[] map);
void SendRegionHandshake(RegionInfo regionInfo);
}
}