- 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
5 lines
62 B
C#
5 lines
62 B
C#
namespace App.UI {
|
|
internal class Colors {
|
|
}
|
|
}
|