|
| static readonly IReadOnlyDictionary< string, int > | RowMapping |
| |
| static readonly IReadOnlyDictionary< string, string > | TypeMapping |
| |
Definition at line 4 of file SourceHomeResource.cs.
◆ CreateRow()
| override Row SourceHomeResource.CreateRow |
( |
| ) |
|
|
inline |
◆ CreateRowByMapping()
| override Row SourceHomeResource.CreateRowByMapping |
( |
IReadOnlyDictionary< string, int > |
mapping | ) |
|
|
inline |
◆ GetRowMapping()
| override IReadOnlyDictionary< string, int > SourceHomeResource.GetRowMapping |
( |
| ) |
|
|
inline |
◆ GetTypeMapping()
| override IReadOnlyDictionary< string, string > SourceHomeResource.GetTypeMapping |
( |
| ) |
|
|
inline |
◆ SetRow()
| override void SourceHomeResource.SetRow |
( |
Row |
r | ) |
|
|
inline |
◆ RowMapping
| readonly IReadOnlyDictionary<string, int> SourceHomeResource.RowMapping |
|
static |
Initial value:= new Dictionary<string, int>
{
["id"] = 0,
["name_JP"] = 1,
["name"] = 2,
["expMod"] = 3,
["maxLv"] = 4,
["reward"] = 5,
["detail_JP"] = 6,
["detail"] = 7
}
Definition at line 36 of file SourceHomeResource.cs.
Referenced by GetRowMapping().
◆ TypeMapping
| readonly IReadOnlyDictionary<string, string> SourceHomeResource.TypeMapping |
|
static |
Initial value:= new Dictionary<string, string>
{
["id"] = "string",
["name_JP"] = "string",
["name"] = "string",
["expMod"] = "int",
["maxLv"] = "int",
["reward"] = "string[]",
["detail_JP"] = "string",
["detail"] = "string"
}
Definition at line 48 of file SourceHomeResource.cs.
Referenced by GetTypeMapping().
The documentation for this class was generated from the following file: