From 11732f1f42f9c64165802243bcf15fed64144c89 Mon Sep 17 00:00:00 2001 From: dudleycu Date: Tue, 17 Aug 2021 05:47:33 +0000 Subject: [PATCH] put the old class selector in backup file lol --- backup_class_selctor_stuff_lol | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 backup_class_selctor_stuff_lol diff --git a/backup_class_selctor_stuff_lol b/backup_class_selctor_stuff_lol new file mode 100644 index 0000000..17c3c77 --- /dev/null +++ b/backup_class_selctor_stuff_lol @@ -0,0 +1,31 @@ +function ClassSelectorWindow(p) { + return { + var dat1 = p.GetData("class") + return Object.keys(dat1) + } + } + displayFunction={(key) => { + return
  • { if (p.editClass===0){p.setClassName(key)}else{p.setSubClassName(key)}; p.setModalOpen(false) }}> {p.GetData("class", key, "name")}
  • + }} + /> + } + + + + + + + + +
    +
    +

    Class Skill Tree

    +
    { setClassSkillTreeWindowOpen(false) }}>
    +
    +
    +
      + {Object.keys(p.GetData("class")).map((cl)=>
    • {cl}
    • )} +
    +
    +
    \ No newline at end of file