mirror of
https://github.com/opensim/opensim.git
synced 2026-05-26 12:05:34 +08:00
moved out nested class to it's own file
This commit is contained in:
@@ -413,20 +413,5 @@ namespace OpenSim.Region.ClientStack
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Nested Classes
|
||||
|
||||
public class QueItem
|
||||
{
|
||||
public QueItem()
|
||||
{
|
||||
}
|
||||
|
||||
public Packet Packet;
|
||||
public bool Incoming;
|
||||
public ThrottleOutPacketType throttleType;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user