Skip to content

Commit

Permalink
Fix compile error for old NDMF
Browse files Browse the repository at this point in the history
  • Loading branch information
kurotu committed Feb 13, 2025
1 parent 50edb4c commit 7775270
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
using System.Collections.Generic;
using nadena.dev.ndmf;
#if VQT_HAS_NDMF_ERROR_REPORT
using nadena.dev.ndmf.localization;
#else
using KRT.VRCQuestTools.Ndmf.Dummy;
#endif
using UnityEngine;

namespace KRT.VRCQuestTools.Ndmf
Expand Down

0 comments on commit 7775270

Please sign in to comment.