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