aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index b9c9323..6bca6eb 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1057,6 +1057,8 @@ namespace OpenSim.Framework
1057 1057
1058 void SendXferPacket(ulong xferID, uint packet, byte[] data); 1058 void SendXferPacket(ulong xferID, uint packet, byte[] data);
1059 1059
1060 void SendAbortXferPacket(ulong xferID);
1061
1060 void SendEconomyData(float EnergyEfficiency, int ObjectCapacity, int ObjectCount, int PriceEnergyUnit, 1062 void SendEconomyData(float EnergyEfficiency, int ObjectCapacity, int ObjectCount, int PriceEnergyUnit,
1061 int PriceGroupCreate, int PriceObjectClaim, float PriceObjectRent, 1063 int PriceGroupCreate, int PriceObjectClaim, float PriceObjectRent,
1062 float PriceObjectScaleFactor, 1064 float PriceObjectScaleFactor,