mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Optimized usings
* shortened references * Removed redundant 'this' * Normalized EOF
This commit is contained in:
@@ -31,14 +31,14 @@ using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
public class QueItem
|
||||
public class QueItem
|
||||
{
|
||||
public QueItem()
|
||||
{
|
||||
public QueItem()
|
||||
{
|
||||
}
|
||||
|
||||
public Packet Packet;
|
||||
public bool Incoming;
|
||||
public ThrottleOutPacketType throttleType;
|
||||
}
|
||||
}
|
||||
|
||||
public Packet Packet;
|
||||
public bool Incoming;
|
||||
public ThrottleOutPacketType throttleType;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user