Skip to content

Commit

Permalink
fix: missing using
Browse files Browse the repository at this point in the history
  • Loading branch information
lilxyzw committed Oct 12, 2024
1 parent f0d29a1 commit 60256fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Assets/lilToon/External/Editor/VRChatModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
#endif
#endif
#if UNITY_EDITOR && (LILTOON_VRCSDK3_AVATARS || LILTOON_VRCSDK3_WORLDS || VRC_SDK_VRCSDK2)
using UnityEditor;
using UnityEngine;
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEditor;
using UnityEngine;
using VRC.SDKBase.Editor.BuildPipeline;

namespace lilToon.External
Expand Down

0 comments on commit 60256fd

Please sign in to comment.