terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ CheckYearMonthRange()

static void System.Globalization.UmAlQuraCalendar.CheckYearMonthRange ( int year,
int month,
int era )
inlinestaticpackage

Definition at line 120 of file UmAlQuraCalendar.cs.

121 {
122 if (!true)
123 {
124 }
125 UmAlQuraCalendar.CheckYearRange(year, era);
126 }

References System.Globalization.UmAlQuraCalendar.CheckYearRange().

Referenced by System.Globalization.UmAlQuraCalendar.GetDaysInMonth().