17 lines
198 B
C#
17 lines
198 B
C#
namespace DTLib.ConsoleGUI
|
|
{
|
|
public class Control : Label
|
|
{
|
|
|
|
public new void GenColormap()
|
|
{
|
|
|
|
}
|
|
|
|
public new void GenTextmap()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|