mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
* refactor: move viewer effect packet into LLClientView
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user