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

@@ -1175,5 +1175,7 @@ namespace OpenSim.Framework
void KillEndDone();
bool AddGenericPacketHandler(string MethodName, GenericMessage handler);
void SendRebakeAvatarTextures(UUID textureID);
}
}