Skip to content

Commit 4857772

Browse files
authored
Update Taggable.cs
1 parent e702c68 commit 4857772

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Taggable.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using Sirenix.OdinInspector;
21
#if UNITY_EDITOR
32
using UnityEditor;
43
#endif
@@ -9,7 +8,7 @@ namespace ToolBox.Tags
98
[DisallowMultipleComponent, DefaultExecutionOrder(-150)]
109
public sealed class Taggable : MonoBehaviour
1110
{
12-
[SerializeField, Required, AssetList] private Tag[] _tags = default;
11+
[SerializeField] private Tag[] _tags = default;
1312

1413
private Tag[] _all = null;
1514
private int _hash = 0;

0 commit comments

Comments
 (0)