Esempio n. 1
0
 Player()
 {
     Armor = new Pants();
     Weapon = new Zweihander();
 }
Esempio n. 2
0
 Player()
 {
     Armor = new Pants();
 }