no more UnityEditorInternal

This commit is contained in:
d-hain 2022-06-24 16:57:40 +02:00
parent 830e7f0d74
commit 424b70e950
2 changed files with 11 additions and 3 deletions

View file

@ -1,5 +1,4 @@
using System.Collections.Generic;
using UnityEditorInternal;
using UnityEngine;
public class ElementStorage<T> : MonoBehaviour {