コード例 #1
0
ファイル: StoreView.cs プロジェクト: xigoEditer/MoBaDemo
 public void Sell(ItemGrid itemGrid)
 {
     storeLogic.Sell(heroMono, itemGrid);
 }