summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Tag/TaggedItemSelector.cs
blob: 87a563ef9d2ba26945f58de5b274a97b3aac995a (plain) (blame)
1
2
3
4
5
6
7
8
9
using UnityEngine;

namespace Tag
{
    public class TaggedItemSelector : MonoBehaviour
    {
        
    }
}