We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a275b1d commit 3fe0871Copy full SHA for 3fe0871
1 file changed
README.md
@@ -50,7 +50,7 @@ public class Test : MonoBehaviour
50
}
51
52
// Check for Multiple Tags
53
- // You can also pass in Tag array
+ // You can also pass in simple array of tags
54
if (_enemy.HasTags(_allEnemiesTags, allRequired: false))
55
{
56
0 commit comments