Exemplo n.º 1
0
 public void DrawTitle(int x, int y, string title)
 {
     m_debugDraw.DrawString(x, y, title);
 }