VisualCloneFix: Sped up FindExclusionVertList by 100x

This commit is contained in:
NotAKidoS 2024-07-11 19:10:32 -05:00
parent 9e3edf9241
commit 472e5a0b63
3 changed files with 57 additions and 46 deletions

View file

@ -1,4 +1,5 @@
using MelonLoader;
using System;
using MelonLoader;
namespace NAK.VisualCloneFix;