v1.0.0.14: Movement Trail (Carbonite-style) - red dots show where you've been

Made-with: Cursor
This commit is contained in:
2026-03-01 00:57:18 -05:00
parent 542da3a71b
commit b4638eb60b
12 changed files with 195 additions and 2 deletions
+1
View File
@@ -18,6 +18,7 @@ public static class System
public static IconConfig IconConfig { get; set; }
public static FlagConfig FlagConfig { get; set; }
public static MapNoteConfig MapNoteConfig { get; set; }
public static MovementTrailConfig MovementTrailConfig { get; set; }
public static WindowManager WindowManager { get; set; }
public static MapWindow MapWindow { get; set; }
public static MinimapWindow MinimapWindow { get; set; }