using GameCreator.Runtime.Variables;
using UnityEditor;

namespace GameCreator.Editor.Variables
{
    [CustomPropertyDrawer(typeof(DetectorLocalListVariable))]
    public class DetectorLocalListVariableDrawer : TDetectorListVariableDrawer
    { }
}