feat: add "state" debugger to dalamud data window

This commit is contained in:
goat 2020-03-24 02:55:53 +09:00
parent 8c7d2f8de0
commit 37b1a4fce9
4 changed files with 55 additions and 58 deletions

View file

@ -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!