예제 #1
0
 public void ConsolidateInflictStatuses()
 {
     PatchUtility.RepointInflictStatus(fftPatch.Items, fftPatch.Abilities, fftPatch.InflictStatuses);
     allInflictStatusesEditor1.UpdateSelectedEntry();
     allInflictStatusesEditor1.UpdateListBox();
     allItemsEditor1.UpdateSelectedEntry();
     allItemsEditor1.UpdateListBox();
     allAbilitiesEditor1.UpdateSelectedEntry();
     allAbilitiesEditor1.UpdateListBox();
 }