public static void ShowCommonDialog(Action <int> callback, string titleKey, string infoKey, string se = "SEInternal/Common/se_106") { ScriptUtil.ShowCommonDialogForMessage(callback, StringMaster.GetString(titleKey), StringMaster.GetString(infoKey), se); }