* refactor: move viewer effect packet into LLClientView

This commit is contained in:
Justin Clarke Casey
2008-10-15 16:52:48 +00:00
parent eb07a40870
commit 87e85489f3
5 changed files with 22 additions and 8 deletions

View File

@@ -739,6 +739,10 @@ namespace OpenSim.Region.Examples.SimpleModule
public void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong time, uint dlen, uint ylen, float phase)
{
}
public void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks)
{
}
public void SendViewerTime(int phase)
{