Skip to content

Commit fbed6eb

Browse files
author
Joshua Peterson
authored
Merge pull request #1197 from Unity-Technologies/fix-add-mising-codedom-unityaot
Put dummy types used in ProcessImportedType in the proper namespace
2 parents 876c538 + b831e4d commit fbed6eb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#if UNITY_AOT
22

3+
namespace System.CodeDom
4+
{
5+
36
public class CodeCompileUnit
47
{
58
}
69

10+
}
11+
712
#endif
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#if UNITY_AOT
22

3+
namespace System.CodeDom
4+
{
5+
36
public class CodeTypeDeclaration
47
{
58
}
69

10+
}
11+
712
#endif

0 commit comments

Comments
 (0)