Enable Multi-edit

This commit is contained in:
Pascal Serrarens 2023-04-14 11:06:04 +02:00
parent 3d340c4312
commit 31583b828a

View File

@ -4,6 +4,7 @@ using UnityEngine;
namespace Passer { namespace Passer {
using Humanoid; using Humanoid;
[CanEditMultipleObjects]
[CustomEditor(typeof(Handle), true)] [CustomEditor(typeof(Handle), true)]
public class Handle_Editor : Editor { public class Handle_Editor : Editor {