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

@@ -1102,5 +1102,9 @@ namespace OpenSim.Region.Examples.SimpleModule
{
}
#endregion
public void SendRebakeAvatarTextures(UUID textureID)
{
}
}
}