コード例 #1
0
 public void XuanZhe(OnClick game, GameObject @object)
 {
     foreach (var item in buttons)
     {
         item.QuXiao();
     }
     if (game == record)
     {
         record       = null;
         recordObject = null;
     }
     else
     {
         record       = game;
         recordObject = @object;
         game.XuanZhe();
     }
 }