예제 #1
0
 public void CephaneCikar(Cephane c)
 {
     cephane.Remove(c);
 }
예제 #2
0
 public void CephaneEkle(Cephane c)
 {
     cephane.Add(c);
 }