bonuska1/App/UI/Colors.cs
Slavasil f2653e66d4 add support for translations; basic terminal functions and splash screen
- create I18n class for translations
- create TextDisplay class to draw on console, and to initialize and reset console configuration
- create stub for future command-line option handling
2025-03-23 19:46:25 +03:00

5 lines
62 B
C#

namespace App.UI {
internal class Colors {
}
}