Update svn properties.

This commit is contained in:
Jeff Ames
2008-07-11 09:18:17 +00:00
parent 130d8047a2
commit 3b9cf65234
16 changed files with 442 additions and 442 deletions

View File

@@ -1,15 +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;
}
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;
}
}