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

◆ GetDaysInMonth()

override int System.Globalization.UmAlQuraCalendar.GetDaysInMonth ( int year,
int month,
int era )
inline

Definition at line 185 of file UmAlQuraCalendar.cs.

186 {
187 if (!true)
188 {
189 }
190 UmAlQuraCalendar.CheckYearMonthRange(year, month, era);
191 return year;
192 }

References System.Globalization.UmAlQuraCalendar.CheckYearMonthRange().