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.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 60b49ab..277eb88 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -245,6 +245,7 @@ namespace OpenSim.Framework
245 public float Duration; 245 public float Duration;
246 public LLUUID ID; 246 public LLUUID ID;
247 public byte Type; 247 public byte Type;
248 public byte[] TypeData;
248 } 249 }
249 250
250 public class LandUpdateArgs : EventArgs 251 public class LandUpdateArgs : EventArgs