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

◆ GetMonthsInYear()

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

Definition at line 234 of file UmAlQuraCalendar.cs.

235 {
236 if (!true)
237 {
238 }
239 UmAlQuraCalendar.CheckYearRange(year, era);
240 return 12;
241 }

References System.Globalization.UmAlQuraCalendar.CheckYearRange().