mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 22:25:36 +08:00
13 lines
253 B
C#
13 lines
253 B
C#
using System;
|
|
using libsecondlife;
|
|
|
|
namespace OpenSim.Framework
|
|
{
|
|
public class RequestAssetArgs : EventArgs
|
|
{
|
|
public int ChannelType;
|
|
public float Priority;
|
|
public int SourceType;
|
|
public LLUUID TransferID;
|
|
}
|
|
} |