22 Transform transform = b.
Attach<Transform>(
"figure", rightAttach:
false);
23 int idSkin = ((EClass.core.config.game.antiSpider && row.race ==
"spider" && row.tiles.Length > 1) ? 1 : 0);
24 row.
SetImage(transform.GetChild(0).GetComponent<Image>(),
null, 0, setNativeSize:
false, 0, idSkin);
32 return base.GetValue();
46 uIContextMenu.
AddSlider(
"actChangeType", (
float a) => a.ToString() ??
"",
owner.
refVal, delegate(
float b)
48 owner.refVal = (int)b;
49 }, 0f, source.tiles.Length - 1, isInt:
true);
bool TrySetAct(string lang, Func< bool > onPerform, Card tc, CursorInfo cursor=null, int dist=1, bool isHostileAct=false, bool localAct=true, bool canRepeat=false)
static SourceManager sources
void SetImage(Image image, Sprite sprite=null, int matCol=0, bool setNativeSize=true, int dir=0, int idSkin=0)
Dictionary< string, CardRow > map