aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index d5d4c34..89fc0af 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -755,6 +755,7 @@ namespace OpenSim.Framework
755 bool AddMoney(int debit); 755 bool AddMoney(int debit);
756 756
757 void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition); 757 void SendSunPos(Vector3 sunPos, Vector3 sunVel, ulong CurrentTime, uint SecondsPerSunCycle, uint SecondsPerYear, float OrbitalPosition);
758 void SendViewerEffect(ViewerEffectPacket.EffectBlock[] effectBlocks);
758 void SendViewerTime(int phase); 759 void SendViewerTime(int phase);
759 UUID GetDefaultAnimation(string name); 760 UUID GetDefaultAnimation(string name);
760 761