mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
brought zircon branch into trunk
This commit is contained in:
18
OpenSim.RegionServer/QueItem.cs
Normal file
18
OpenSim.RegionServer/QueItem.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife.Packets;
|
||||
|
||||
namespace OpenSim
|
||||
{
|
||||
public class QueItem
|
||||
{
|
||||
public QueItem()
|
||||
{
|
||||
}
|
||||
|
||||
public Packet Packet;
|
||||
public bool Incoming;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user