mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* Split out various classes from IClientAPI into their own files, in accordance with code standards
This commit is contained in:
15
OpenSim/Framework/ViewerEffectEventHandlerArg.cs
Normal file
15
OpenSim/Framework/ViewerEffectEventHandlerArg.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class ViewerEffectEventHandlerArg : EventArgs
|
||||
{
|
||||
public LLUUID AgentID;
|
||||
public byte[] Color;
|
||||
public float Duration;
|
||||
public LLUUID ID;
|
||||
public byte Type;
|
||||
public byte[] TypeData;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user