aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 1a59cf4..34ec420 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1062,6 +1062,8 @@ namespace OpenSim.Framework
1062 1062
1063 void SendXferPacket(ulong xferID, uint packet, byte[] data); 1063 void SendXferPacket(ulong xferID, uint packet, byte[] data);
1064 1064
1065 void SendAbortXferPacket(ulong xferID);
1066
1065 void SendEconomyData(float EnergyEfficiency, int ObjectCapacity, int ObjectCount, int PriceEnergyUnit, 1067 void SendEconomyData(float EnergyEfficiency, int ObjectCapacity, int ObjectCount, int PriceEnergyUnit,
1066 int PriceGroupCreate, int PriceObjectClaim, float PriceObjectRent, 1068 int PriceGroupCreate, int PriceObjectClaim, float PriceObjectRent,
1067 float PriceObjectScaleFactor, 1069 float PriceObjectScaleFactor,