Skip to content

Commit 4ae51ac

Browse files
ScottWilson0903Windows10CE
authored andcommitted
Changed to API for compatability
1 parent 4885299 commit 4ae51ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TypeMapper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using Mono.Cecil.Cil;
66
using MonoMod.Utils;
77

8-
namespace CardLoaderPlugin
8+
namespace APIPlugin
99
{
1010
[AttributeUsage(AttributeTargets.Field)]
1111
public class IgnoreMappingAttribute : Attribute {}
@@ -93,7 +93,7 @@ private static Dictionary<string, SetFieldDelegate> FieldSetters
9393
public static D Convert(S source, D destination = null)
9494
{
9595
destination ??= new();
96-
96+
9797
foreach (var field in FieldAccessors)
9898
{
9999
object val = field.Value.Del(source);

0 commit comments

Comments
 (0)