mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +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;
|
|
}
|
|
} |