moved out nested class to it's own file

This commit is contained in:
Sean Dague
2007-11-27 20:50:45 +00:00
parent cebdd069f4
commit f4e91bc7d9
2 changed files with 44 additions and 15 deletions

View File

@@ -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
}
}