Esempio n. 1
0
 public Player_Status(int ID, int SavedScore, Player PLayer, Room_levels Room_levels, int Warnings, bool IsUnlocked)
 {
     this.ID          = ID;
     this.SavedScore  = SavedScore;
     this.Player      = Player;
     this.Room_levels = Room_levels;
     this.Warnings    = Warnings;
     this.IsUnlocked  = IsUnlocked;
 }
Esempio n. 2
0
 public Player_Question(int SavedScore, Player Player, Room_levels Room_levels)
 {
     this.SavedScore  = SavedScore;
     this.Player      = Player;
     this.Room_levels = Room_levels;
 }