aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/ViewerEffectEventHandlerArg.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/ViewerEffectEventHandlerArg.cs28
1 files changed, 14 insertions, 14 deletions
diff --git a/OpenSim/Framework/ViewerEffectEventHandlerArg.cs b/OpenSim/Framework/ViewerEffectEventHandlerArg.cs
index a000a53..6d7e2ab 100644
--- a/OpenSim/Framework/ViewerEffectEventHandlerArg.cs
+++ b/OpenSim/Framework/ViewerEffectEventHandlerArg.cs
@@ -1,15 +1,15 @@
1using System; 1using System;
2using libsecondlife; 2using libsecondlife;
3 3
4namespace OpenSim.Framework 4namespace OpenSim.Framework
5{ 5{
6 public class ViewerEffectEventHandlerArg : EventArgs 6 public class ViewerEffectEventHandlerArg : EventArgs
7 { 7 {
8 public LLUUID AgentID; 8 public LLUUID AgentID;
9 public byte[] Color; 9 public byte[] Color;
10 public float Duration; 10 public float Duration;
11 public LLUUID ID; 11 public LLUUID ID;
12 public byte Type; 12 public byte Type;
13 public byte[] TypeData; 13 public byte[] TypeData;
14 } 14 }
15} \ No newline at end of file 15} \ No newline at end of file