Update GetDataHandler.HandleProjectileNew to include HasBannerIdToRespondTo
This commit is contained in:
parent
4159f6c186
commit
bc32eab4c8
2 changed files with 7 additions and 0 deletions
|
|
@ -38,6 +38,12 @@ namespace TShockAPI.Models.Projectiles
|
|||
}
|
||||
}
|
||||
|
||||
public bool HasBannerIdToRespondTo
|
||||
{
|
||||
get => bitsbyte[3];
|
||||
set => bitsbyte[3] = value;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or Sets the Damage flag on the backing field
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue