11 lines
190 B
C#
11 lines
190 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using UnityEngine;
|
||
|
|
||
|
namespace Convention.WindowsUI.Variant
|
||
|
{
|
||
|
public class InspectorDictionary : InspectorDrawer
|
||
|
{
|
||
|
}
|
||
|
}
|