namespace StatHub;

[GlobalClass, Icon("res://addons/StatHub/Assets/Tag.png")]
public partial class Tag : Resource

A tag is used to denote applicable stats for global modifiers.

Tags are contained within tag holders, which store a list of tags:

TagHolder

Tags are checked for matches by tag matchers:

TagMatcher