Esempio n. 1
0
        public OverlayForm()
        {
            InitializeComponent();

            Cheat         = new Cheat();
            Cheat.Closed += Cheat_Closed;

            cheatTask = new Task(() => { Cheat.Start(); });

            debugFont  = new Font("Consolas", 10, FontStyle.Bold);
            debugBrush = Brushes.Yellow;
        }