update PlayerUpdate packet process
This commit is contained in:
parent
6fe4f7fe85
commit
e93af1a3f9
3 changed files with 61 additions and 3 deletions
|
|
@ -75,6 +75,12 @@ namespace TShockAPI.Models.PlayerUpdate
|
|||
set => bitsbyte[6] = value;
|
||||
}
|
||||
|
||||
public bool IsMountActive
|
||||
{
|
||||
get => bitsbyte[7];
|
||||
set => bitsbyte[7] = value;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Constructs a new instance of MiscDataSet1 with the given backing BitsByte
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue