fix: 修复了导出多维数组失败的问题。

main
Carson Lin 2022-09-22 15:22:38 +08:00
parent e897d6b5c0
commit 472c912f0f
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ namespace Luban.Job.Common.Types
Dimension = (ElementType as TArray).Dimension + 1;
FinalElementType = (ElementType as TArray).FinalElementType;
}
else
{
FinalElementType = elementType;
}
}
public override bool TryParseFrom(string s)