mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-16 17:04:44 +01:00
add FieldItemTable back
This commit is contained in:
@@ -359,6 +359,11 @@ namespace EpinelPS.StaticInfo
|
||||
PositionReward.Add(id, reward);
|
||||
}
|
||||
}
|
||||
}
|
||||
var fieldItems = await LoadZip<FieldItemTable>("FieldItemTable.json", progress);
|
||||
foreach (var obj in fieldItems.records)
|
||||
{
|
||||
FieldItems.Add(obj.id, obj);
|
||||
}
|
||||
var battleOutpostTable = await LoadZip<OutpostBattleTable>("OutpostBattleTable.json", progress);
|
||||
foreach (var obj in battleOutpostTable.records)
|
||||
|
||||
Reference in New Issue
Block a user