feat(ui): port retail radar and compass

This commit is contained in:
Erik 2026-07-10 16:14:37 +02:00
parent c4af181b92
commit 3cbe4b00a1
43 changed files with 2882 additions and 262 deletions

View file

@ -9,4 +9,5 @@ public static class WindowNames
public const string Character = "character";
public const string Inventory = "inventory";
public const string Chat = "chat";
public const string Radar = "radar";
}