public static void Main() { sName = string.Empty; while (true) { if (Game.IsKeyDown(System.Windows.Forms.Keys.F9)) { Rage.Forms.GwenForm fExample = new UI.ExemplaryForm(); fExample.Show(); } GameFiber.Yield(); } }
public static void Main() { sName = string.Empty; while(true) { if(Game.IsKeyDown(System.Windows.Forms.Keys.F9)) { Rage.Forms.GwenForm fExample = new UI.ExemplaryForm(); fExample.Show(); } GameFiber.Yield(); } }