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

◆ GetDaylightChanges()

override DaylightTime System.CurrentSystemTimeZone.GetDaylightChanges ( int year)
inline

Definition at line 31 of file CurrentSystemTimeZone.cs.

32 {
33 return this.GetCachedDaylightChanges(year);
34 }
DaylightTime GetCachedDaylightChanges(int year)

References System.CurrentSystemTimeZone.GetCachedDaylightChanges().