コード例 #1
0
 public void SelectLine(int index)
 {
     Clear();
     isActive      = false;
     selectedIndex = -1;
     Owner.PlayerSelect(index);
 }