mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-19 06:17:43 +01:00
feat: add "state" debugger to dalamud data window
This commit is contained in:
parent
8c7d2f8de0
commit
37b1a4fce9
4 changed files with 55 additions and 58 deletions
|
|
@ -7,10 +7,10 @@ using ImGuiScene;
|
|||
namespace Dalamud.Interface
|
||||
{
|
||||
class DalamudCreditsWindow : IDisposable {
|
||||
private string creditsText = @"
|
||||
private string creditsText = @$"
|
||||
Dalamud
|
||||
A FFXIV Hooking Framework
|
||||
|
||||
Version {typeof(Dalamud).Assembly.GetName().Version}
|
||||
|
||||
|
||||
created by:
|
||||
|
|
@ -40,11 +40,12 @@ Truci
|
|||
Haplo
|
||||
|
||||
Everyone in the XIVLauncher Discord server
|
||||
Join us at: https://discord.gg/3NMcUV5
|
||||
|
||||
|
||||
|
||||
Licensed under AGPL
|
||||
Read the code: https://github.com/goaaats/Dalamud
|
||||
Contribute at: https://github.com/goaaats/Dalamud
|
||||
|
||||
|
||||
Thank you for using XIVLauncher!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue