Example #1
0
 internal static void HandleDungeonCooltimeList(S_DUNGEON_COOL_TIME_LIST x)
 {
     InfoWindowViewModel.Instance.SetDungeons(x.DungeonCooldowns);
 }
 internal static void HandleDungeonCooltimeList(S_DUNGEON_COOL_TIME_LIST x)
 {
     WindowManager.Dashboard.VM.SetDungeons(x.DungeonCooldowns);
 }