示例#1
0
 void Start()
 {
     buyBtn.onClick.AddListener(() => {
         _gearModule.CmdBuy(boughtItem);
     });
 }