Пример #1
0
 private void OnEnable()
 {
     ActiveTagContainer.AddTags(this);
 }
Пример #2
0
    public void AddType(TagType type)
    {
        tags.Add(type);

        ActiveTagContainer.AddTags(this);
    }