diff --git a/utils/stream_parser/common/Analyze/PatchManager.cs b/utils/stream_parser/common/Analyze/PatchManager.cs new file mode 100644 index 000000000..35c2fe7ea --- /dev/null +++ b/utils/stream_parser/common/Analyze/PatchManager.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace StreamParser.Common.Analyze +{ + public class PatchManager + { + } +}