2using System.Collections.Generic;
7 public List<CardRow>
rows =
new List<CardRow>();
9 public Dictionary<string, CardRow>
map =
new Dictionary<string, CardRow>();
11 public Dictionary<string, CardRow>
firstVariations =
new Dictionary<string, CardRow>();
13 public Dictionary<string, TraitCrafter>
crafters =
new Dictionary<string, TraitCrafter>();
27 AddRow(row2, isChara:
true);
45 row.isChara = isChara;
60 Debug.LogError(
"#source unknown tile type '" + row2.
_tileType +
"' for thing row " + row2.
id);
71 row.origin.isOrigin =
true;
81 ModPackage arg2 = ModUtil.FindSourceRowPackage(row);
82 Debug.LogError(
$"#source failed to set render data for '{row.id}' - {arg2}\n{arg}");
static SourceManager sources
static Dictionary< int, int > GetElementMap(int[] list)
Dictionary< string, CardRow > map
TraitCrafter GetModelCrafter(string id)
Dictionary< string, TraitCrafter > crafters
Dictionary< string, CardRow > firstVariations
void AddRow(CardRow row, bool isChara=false)
static Dictionary< string, TileType > dict
static TraitSelfFactory SelfFactory