Adds models for the random bitsbyte data received in packet 13 - player update

This commit is contained in:
Chris 2020-05-18 14:42:29 +09:30
parent 51fadf406f
commit db84a9fc8f
7 changed files with 360 additions and 34 deletions

View file

@ -98,7 +98,7 @@ namespace TShockAPI
{
byte plr = args.PlayerId;
BitsByte control = args.Control;
BitsByte pulley = args.Pulley;
BitsByte pulley = args.MiscData1;
byte item = args.SelectedItem ;
var pos = args.Position;
var vel = args.Velocity;