Пример #1
0
 public TextBox(int x, int y, int width)
 {
     text = FlatRedBall.Graphics.TextManager.AddText("Enter Server IP");
     text.SetColor(66, 66, 66);
     mfont = GlobalData.GlobalData.Font;
     X     = x;
     Y     = y;
     Width = width;
 }