Beispiel #1
0
 public PotManager(PotCollection pc)
 {
     m_pcPotCollection = pc;
     m_intPotIndex = 0;
 }
Beispiel #2
0
 public PotManager()
 {
     m_pcPotCollection = new PotCollection();
     m_intPotIndex = 0;
 }