Skip to content

Commit 840f672

Browse files
committed
Update PackageExporter.cs
1 parent d9c3789 commit 840f672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/BitMono.Unity/Editor/PackageExporter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public static void ExportPackage()
3636
"BitMonoConfig.asset"
3737
};
3838

39-
List<string> assetsToInclude = [];
39+
List<string> assetsToInclude = new List<string>();
4040
foreach (var file in coreFiles)
4141
{
4242
var assetPath = $"{basePath}/{file}";

0 commit comments

Comments
 (0)