Beispiel #1
0
        public static void Main(String[] args)
        {
            UIEditor cls = new UIEditor();

            frm = new UIEditor_ChatUI();
            cls.Run();
            //cls.HookRun(HookPoint.UpdatedGame);
        }
Beispiel #2
0
 public static void Main(String[] args)
 {
     UIEditor cls = new UIEditor();
     frm = new UIEditor_ChatUI();
     cls.Run();
     //cls.HookRun(HookPoint.UpdatedGame);
 }