Adds models for the random bitsbyte data received in packet 13 - player update
This commit is contained in:
parent
51fadf406f
commit
db84a9fc8f
7 changed files with 360 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue