Exemplo n.º 1
0
 public Chess() {
     Name = "Chess";
     ShortName = "Chess";
     ImgGame = "Image/Chess.jpg";
     MaxGamersSession = 2;
     CountGamers = ServerEmulator.GetRandomCountGemers();
     //CountGamersF = GetCountPlayersFormat(CountGamers);
 }
Exemplo n.º 2
0
 public Chess()
 {
     Id               = 0;
     Name             = "Chess";
     ShortName        = "Chess";
     ImgGame          = "Images/Chess.jpg";
     MaxGamersSession = 2;
     CountGamers      = ServerEmulator.GetRandomCountGemers();
 }
Exemplo n.º 3
0
 public WOW()
 {
     Name             = "World of Warships";
     ShortName        = "World of Warships";
     ImgGame          = "Image/World of Warships.jpg";
     MaxGamersSession = 30;
     CountGamers      = ServerEmulator.GetRandomCountGemers();
     //CountGamersF = GetCountPlayersFormat(CountGamers);
 }
Exemplo n.º 4
0
 public CSGO()
 {
     Name             = "Counter-Strike: Global Offensive";
     ShortName        = "Counter-Strike: Gl...";
     ImgGame          = "Image/CounterStrikeGO.jpg";
     MaxGamersSession = 10;
     CountGamers      = ServerEmulator.GetRandomCountGemers();
     //CountGamersF = GetCountPlayersFormat(CountGamers);
 }
Exemplo n.º 5
0
 public Dota2()
 {
     Name             = "Dota 2";
     ShortName        = "Dota 2";
     ImgGame          = "Image/Dota2.jpg";
     MaxGamersSession = 10;
     CountGamers      = ServerEmulator.GetRandomCountGemers();
     //CountGamersF = GetCountPlayersFormat(CountGamers);
 }
Exemplo n.º 6
0
 public Overwatch()
 {
     Name             = "Overwatch";
     ShortName        = "Overwatch";
     ImgGame          = "Image/Overwatch.jpg";
     MaxGamersSession = 30;
     CountGamers      = ServerEmulator.GetRandomCountGemers();
     //CountGamersF = GetCountPlayersFormat(CountGamers);
 }
Exemplo n.º 7
0
 public PUBG()
 {
     Name             = "PlayerUnknown’s Battlegrounds";
     ShortName        = "Playerunknown's...";
     ImgGame          = "Image/PUBG.jpg";
     MaxGamersSession = 100;
     CountGamers      = ServerEmulator.GetRandomCountGemers();
     //CountGamersF = GetCountPlayersFormat(CountGamers);
 }