initial commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user