mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2025-04-05 12:09:01 +08:00
12 lines
275 B
C#
12 lines
275 B
C#
using UnityEditor;
|
|
|
|
namespace nadena.dev.modular_avatar.core.editor
|
|
{
|
|
[CustomEditor(typeof(ModularAvatarWorldScaleObject))]
|
|
internal class WorldScaleObjectEditor : MAEditorBase
|
|
{
|
|
protected override void OnInnerInspectorGUI()
|
|
{
|
|
}
|
|
}
|
|
} |