aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ViewerEffectEventHandlerArg.cs
diff options
context:
space:
mode:
authorlbsa712008-07-08 11:25:18 +0000
committerlbsa712008-07-08 11:25:18 +0000
commitd9b802bb26ee659a68270ac05ea0406389afc883 (patch)
tree54a53c343d14e15a6236a0c36daa228f07ae57b6 /OpenSim/Framework/ViewerEffectEventHandlerArg.cs
parentRegionInfo.configMember can be null for dynamically created regions (diff)
downloadopensim-SC_OLD-d9b802bb26ee659a68270ac05ea0406389afc883.zip
opensim-SC_OLD-d9b802bb26ee659a68270ac05ea0406389afc883.tar.gz
opensim-SC_OLD-d9b802bb26ee659a68270ac05ea0406389afc883.tar.bz2
opensim-SC_OLD-d9b802bb26ee659a68270ac05ea0406389afc883.tar.xz
* Split out various classes from IClientAPI into their own files, in accordance with code standards
Diffstat (limited to 'OpenSim/Framework/ViewerEffectEventHandlerArg.cs')
-rw-r--r--OpenSim/Framework/ViewerEffectEventHandlerArg.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/OpenSim/Framework/ViewerEffectEventHandlerArg.cs b/OpenSim/Framework/ViewerEffectEventHandlerArg.cs
new file mode 100644
index 0000000..a000a53
--- /dev/null
+++ b/OpenSim/Framework/ViewerEffectEventHandlerArg.cs
@@ -0,0 +1,15 @@
1using System;
2using libsecondlife;
3
4namespace OpenSim.Framework
5{
6 public class ViewerEffectEventHandlerArg : EventArgs
7 {
8 public LLUUID AgentID;
9 public byte[] Color;
10 public float Duration;
11 public LLUUID ID;
12 public byte Type;
13 public byte[] TypeData;
14 }
15} \ No newline at end of file