r16 vs r17
1
{{{#!syntax csharp
21
public static void UIOriginCardSlot_SetData(UIOriginCardSlot __instance, DiceCardItemModel cardmodel, Image[] ___img_Frames, Image ___img_Artwork, ref Color ___colorFrame, ref Color ___colorLineardodge)
32
{
43
bool flag = cardmodel != null;
......
9594
}
9695
}
9796
}
98
}}}
99
{{{#!syntax csharp
97
98
10099
public class CardFrameInit : ModInitializer
101100
{
102101
public override void OnInitializeMod()
......
113112
__instance.GetType().GetMethod("SetLinearDodgeColor", AccessTools.all).Invoke(__instance, new System.Object[] { ___colorLineardodge });
114113
}
115114
}
116
}}}