Add RebakeAvatarTexturesPacket to the client view

This commit is contained in:
Melanie
2009-09-30 21:23:00 +01:00
parent 67fefdb5a0
commit 400abed271
8 changed files with 36 additions and 0 deletions

View File

@@ -1649,5 +1649,9 @@ namespace OpenSim.Client.MXP.ClientStack
public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled)
{
}
public void SendRebakeAvatarTextures(UUID textureID)
{
}
}
}