1using System.Collections.Generic;
15 if (
item.c_editorTags.IsEmpty())
19 string[] array =
item.c_editorTags.Split(
',');
20 for (
int i = 0; i < array.Length; i++)
22 if (array[i].ToEnum<EditorTag>() ==
EditorTag.Empty)
35 text = text +
"id:" + c.c_idEditor +
"\n";
39 text = text +
"trait:" + c.c_idTrait +
"\n";
43 text = text +
"vals:" + c.c_editorTraitVal +
"\n";
47 text = text +
"tags:" + c.c_editorTags +
"\n";
59 return base.HitTest(point, start);
71 if (firstChara !=
null)
override HitResult HitTest(Point point, Point start)
override string GetSimpleText(Card c)
override void OnProcessTiles(Point point, int dir)
override void OnDeactivate()
override bool IsBuildMode
Card GetTarget(Point point)
override BaseTileSelector.SelectType selectType
void SetCard(Card c, bool select=true)
static CardInspector Instance