コード例 #1
0
 // Draw Basic Text (must be deleted later)
 public static void DrawText(string Text, int x, int y, int h)
 {
     _Draw.DrawText(Text, x, y, h);
 }