Exemple #1
0
 public BuyItemForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Exemple #2
0
 public MainMenu(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Exemple #3
0
 public PetMenu(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
 public PlayPetForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Exemple #5
0
 public MakeMoneyForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }
Exemple #6
0
 public ProfileForm(VirtualGame vg) : this()
 {
     this.vg = vg;
 }