10 lines
371 B
GDScript
10 lines
371 B
GDScript
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"
|