add player action config into dataman
This commit is contained in:
@@ -591,6 +591,14 @@ namespace ModelRenderer.Scripts.GameData
|
||||
add_id_index(ID_SPACE.ID_SPACE_ESSENCE, item.id, DATA_TYPE.DT_UNIONSCROLL_ESSENCE);
|
||||
add_id_data(ID_SPACE.ID_SPACE_ESSENCE, item.id, item);
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
foreach (var item in player_action_info_config_array)
|
||||
{
|
||||
add_id_index(ID_SPACE.ID_SPACE_CONFIG, item.id, DATA_TYPE.DT_PLAYER_ACTION_INFO_CONFIG);
|
||||
add_id_data(ID_SPACE.ID_SPACE_CONFIG, item.id, item);
|
||||
}
|
||||
}
|
||||
|
||||
public void SaveDataToTextFile()
|
||||
|
||||
Reference in New Issue
Block a user