Update GetDataHandler.HandleProjectileNew to include HasBannerIdToRespondTo

This commit is contained in:
Stealownz 2021-04-05 10:45:41 +08:00
parent 4159f6c186
commit bc32eab4c8
2 changed files with 7 additions and 0 deletions

View file

@ -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>