8 public override object CreateExtra()
24 public static void RefreshAll()
34 public override void _OnActivate()
36 WidgetNotice.Instance =
this;
37 LittlePopper.showStock = this.extra.showStock;
45 public override void OnRefresh()
51 if (chara.IsHomeMember())
53 if (chara.enemy !=
null && chara.IsAliveInCurrentZone)
58 else if (chara.IsGuest())
63 this.H4.SetActive(this.itemBattle.gameObject.activeSelf ||
this.itemGuest.gameObject.activeSelf);
67 public override void OnSetContextMenu(UIContextMenu m)
69 m.AddToggle(
"showStockPop", this.extra.showStock, delegate(
bool a)
72 LittlePopper.showStock = a;
75 base.OnSetContextMenu(m);
111 public bool showStock;