Prepare new handlers
This commit is contained in:
parent
f79226f28a
commit
b353f62336
2 changed files with 46 additions and 28 deletions
|
|
@ -90,7 +90,8 @@ namespace TShockAPI
|
|||
{PacketTypes.NpcStrike, HandleNpcStrike},
|
||||
{PacketTypes.NpcSpecial, HandleSpecial},
|
||||
{PacketTypes.PlayerAnimation, HandlePlayerAnimation},
|
||||
{PacketTypes.PlayerBuff, HandlePlayerBuffUpdate}
|
||||
{PacketTypes.PlayerBuff, HandlePlayerBuffUpdate},
|
||||
{PacketTypes.PasswordSend, HandlePassword}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -257,6 +258,11 @@ namespace TShockAPI
|
|||
return false;
|
||||
}
|
||||
|
||||
private static bool HandlePassword(GetDataHandlerArgs args)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue