Update ExportToProject.csx

This commit is contained in:
cubeww 2019-11-03 10:13:37 +08:00
parent f5db9861ea
commit 2da183b86a

View file

@ -640,4 +640,4 @@ void WriteIndexes<T>(XElement rootNode, string elementName, string attributeName
resourcesNode.Add(resourceNode);
}
rootNode.Add(resourcesNode);
}
}