private void OnEnable()
 {
     ActiveTagContainer.AddTags(this);
 }
    public void AddType(TagType type)
    {
        tags.Add(type);

        ActiveTagContainer.AddTags(this);
    }