コード例 #1
0
 public bool CanSamon()
 {
     CostCheck = gameMgr.CostCheck(Cost);
     return(CostCheck);
 }