initial commit

This commit is contained in:
2026-07-04 18:22:23 -06:00
commit 55522fc6fc
272 changed files with 12391 additions and 0 deletions
@@ -0,0 +1,9 @@
class_name LoggieConsoleConstants extends RefCounted
## Centralized constants for the LoggieConsole addon
##
## Contains all shared constants used across LoggieConsole components to ensure
## consistency and avoid duplication. Use StringName for efficient string operations.
## Domain for all LoggieConsole logging messages
const DOMAIN: StringName = &"LOGGIE_CONSOLE"