Skip to content

Commit 035d8bc

Browse files
add missing using statement
1 parent bba1251 commit 035d8bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Loader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
using System.Globalization;
1313
using System.IO.Compression;
1414
using System.Reflection;
15+
using System.Text;
1516
using System.Text.Json;
1617
using System.Text.RegularExpressions;
1718
using UnityEngine;

0 commit comments

Comments
 (0)