private void Awake()
 {
     Editor_TableTool.GetData_BuffData(ref buffList, "Buff");
 }
 public void Awake()
 {
     Editor_TableTool.GetData_BuffData(ref buffList, "Buff");
     selectList = EditorWindows_CreateSkill.handle.SkillBlocks;
 }