new Uri("https://github.com/PunishXIV/WrathCombo"),
new Uri("https://puni.sh/api/plugins"))
},
- {
- Configuration.ECombatModule.RotationSolverReborn,
- new("Rotation Solver Reborn",
- "RotationSolver",
- string.Empty,
- new Uri("https://github.com/FFXIV-CombatReborn/RotationSolverReborn"),
- new Uri(
- "https://raw.githubusercontent.com/FFXIV-CombatReborn/CombatRebornRepo/main/pluginmaster.json"))
- },
}.AsReadOnly();
private readonly IReadOnlyList<PluginInfo> _recommendedPlugins;
DrawCombatPlugin(Configuration.ECombatModule.BossMod, checklistPadding);
DrawCombatPlugin(Configuration.ECombatModule.WrathCombo, checklistPadding);
- DrawCombatPlugin(Configuration.ECombatModule.RotationSolverReborn, checklistPadding);
}
ImGui.Spacing();