mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* Split out various classes from IClientAPI into their own files, in accordance with code standards
This commit is contained in:
13
OpenSim/Framework/RequestAssetArgs.cs
Normal file
13
OpenSim/Framework/RequestAssetArgs.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
public class RequestAssetArgs : EventArgs
|
||||
{
|
||||
public int ChannelType;
|
||||
public float Priority;
|
||||
public int SourceType;
|
||||
public LLUUID TransferID;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user