2using System.Collections.Generic;
26 public static readonly IReadOnlyDictionary<string, int>
RowMapping =
new Dictionary<string, int>
81 public static bool Has(
string id)
83 return Lang.
Game.map.ContainsKey(
id);
override Row CreateRowByMapping(IReadOnlyDictionary< string, int > mapping)
static bool Has(string id)
override void SetRow(Row r)
override IReadOnlyDictionary< string, int > GetRowMapping()
static readonly IReadOnlyDictionary< string, int > RowMapping
static string GetString(int id)