* Refactored IClientAPI.OutPacket to require a second mandatory parameter. This parameter has an enum:int ThrottleOutPacketType and contains types; Resend, Land, Wind, Cloud, Task, Texture, and Asset.

This commit is contained in:
Teravus Ovares
2007-11-18 15:54:05 +00:00
parent 924026d01c
commit 615b40b68b
17 changed files with 99 additions and 87 deletions

View File

@@ -168,7 +168,7 @@ namespace SimpleApp
}
public virtual void OutPacket(Packet newPack)
public virtual void OutPacket(Packet newPack, ThrottleOutPacketType packType)
{
}