コード例 #1
0
 public void CephaneCikar(Cephane c)
 {
     cephane.Remove(c);
 }
コード例 #2
0
 public void CephaneEkle(Cephane c)
 {
     cephane.Add(c);
 }