2using System.Collections.Generic;
27 public List<Item>
actions =
new List<Item>();
29 public List<IInspect>
targets =
new List<IInspect>();
33 public bool Solo => targets.Count == 1;
68 inspectGroup.type = t.GetType();
75 for (
int num =
targets.Count - 1; num >= 0; num--)
121 public Item Add(
string text,
string idSprite, Action action,
bool sound =
false,
int priority = 0,
bool auto =
false)
139 public Item Add(
string text,
string idSprite, Action<T> action,
bool sound =
false,
int priority = 0,
bool auto =
false)
Action< IInspect > action
virtual bool Contains(IInspect t)
Item Add(string text, string idSprite, Action< T > action, bool sound=false, int priority=0, bool auto=false)
virtual void SetActions()
virtual void OnSetActions()
Item Add(string text, string idSprite, Action action, bool sound=false, int priority=0, bool auto=false)
static InspectGroup Create(IInspect t)