コード例 #1
0
 public void RefreshButtons()
 {
     foreach (SkillButton SB in skillButtons)
     {
         SB.Activate();
     }
 }