* Various documentation to some black magic parts of LLClientView

* Added IClientAPI.SendTexture stub.
This commit is contained in:
Teravus Ovares
2008-06-28 00:33:17 +00:00
parent 8b8b45267e
commit e5649e0dd5
4 changed files with 101 additions and 6 deletions

View File

@@ -779,5 +779,10 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendAsset(AssetRequestToClient req)
{
}
public void SendTexture(AssetBase TextureAsset)
{
}
}
}