Fix error when uploading avatars

This commit is contained in:
bd_ 2022-11-03 21:07:00 -07:00
parent a4da85977d
commit 390279935a

View File

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using UnityEditor;
using UnityEngine;
using VRC.PackageManagement.Core;
namespace net.fushizen.modular_avatar.core
{