class ColoredText
{
public int x, y; // koordinaterna
public string hello;
ConsoleColor Color;
public ColoredText(int x, int y, string Position)
{
}
}
What im looking for now is somebody to GUIDE me to the right direction, Im not looking for help in any other ways then that. Thanks.
This post has been edited by Skydiver: 09 February 2013 - 04:59 AM
Reason for edit:: Put code within code tags. In the future, learn to do this yourself.

New Topic/Question
Reply



MultiQuote





|