Esempio n. 1
0
 private static void RConsole_Update(object sender, RLNET.UpdateEventArgs e)
 {
     rConsole.Print(10, 10, "Test", RLNET.RLColor.White);
 }
Esempio n. 2
0
 private static void RConsole_Render(object sender, RLNET.UpdateEventArgs e)
 {
     rConsole.Draw();
 }