r18 vs r19
1
{{{#!syntax csharp
12
public static void UIOriginCardSlot_SetData(UIOriginCardSlot __instance, DiceCardItemModel cardmodel, Image[] ___img_Frames, Image ___img_Artwork, ref Color ___colorFrame, ref Color ___colorLineardodge)
23
{
34
bool flag = cardmodel != null;
......
9495
}
9596
}
9697
}
98
}}}
99
{{{#!syntax csharp
97100
public class CardFrameInit : ModInitializer
98101
{
99102
public override void OnInitializeMod()
......
110113
__instance.GetType().GetMethod("SetLinearDodgeColor", AccessTools.all).Invoke(__instance, new System.Object[] { ___colorLineardodge });
111114
}
112115
}
116
}}}