Add IPacketHandler
This commit is contained in:
parent
b5c3b430fa
commit
5b72ff6c0a
4 changed files with 28 additions and 11 deletions
|
|
@ -43,7 +43,7 @@ namespace TShockAPI
|
|||
internal Bouncer()
|
||||
{
|
||||
STSHandler = new Handlers.SendTileSquareHandler();
|
||||
GetDataHandlers.SendTileSquare += STSHandler.OnReceiveSendTileSquare;
|
||||
GetDataHandlers.SendTileSquare += STSHandler.OnReceive;
|
||||
|
||||
// Setup hooks
|
||||
GetDataHandlers.GetSection += OnGetSection;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue