You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
268 lines
5.9 KiB
268 lines
5.9 KiB
using Entities;
|
|
|
|
public static class fakeLobbies
|
|
{
|
|
public static IEnumerable<LobbyEntity> datas = new List<LobbyEntity>
|
|
{
|
|
new LobbyEntity
|
|
{
|
|
Id = 0,
|
|
Name = "Entroflex",
|
|
Password = "Fugiat Lorem occaecat exercitation adipisicing occaecat minim tempor et aliquip.",
|
|
NbPlayers = 6
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 1,
|
|
Name = "Biolive",
|
|
Password = "Fugiat do velit irure in pariatur esse ipsum ex ad velit aliquip est.",
|
|
NbPlayers = 7
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 2,
|
|
Name = "RoboId",
|
|
Password = "Aliquip Id labore sint veniam non.",
|
|
NbPlayers = 7
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 3,
|
|
Name = "Xeronk",
|
|
Password = "Lorem nisi enim velit cupIdatat pariatur Id ut ut proIdent dolor cillum nisi tempor fugiat.",
|
|
NbPlayers = 5
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 4,
|
|
Name = "Jetsilk",
|
|
Password = "Laboris amet cupIdatat sint ex Lorem ut occaecat tempor Id.",
|
|
NbPlayers = 2
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 5,
|
|
Name = "Valpreal",
|
|
Password = "Velit ex ipsum ipsum sunt velit in elit non esse enim exercitation cillum.",
|
|
NbPlayers = 5
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 6,
|
|
Name = "GluId",
|
|
Password = "Enim mollit et anim laborum cillum.",
|
|
NbPlayers = 2
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 7,
|
|
Name = "Techmania",
|
|
Password = "Officia nisi nisi eiusmod ullamco.",
|
|
NbPlayers = 6
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 8,
|
|
Name = "Eventage",
|
|
Password = "Et mollit consectetur dolore excepteur enim enim pariatur duis nostrud nostrud cillum nulla.",
|
|
NbPlayers = 1
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 9,
|
|
Name = "Senmei",
|
|
Password = "Aute mollit eiusmod exercitation elit laboris do eu.",
|
|
NbPlayers = 3
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 10,
|
|
Name = "Irack",
|
|
Password = "Sint eu do enim consequat dolor nisi nostrud excepteur esse.",
|
|
NbPlayers = 5
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 11,
|
|
Name = "Firewax",
|
|
Password = "Do minim occaecat culpa velit non anim ullamco dolor elit veniam aute irure tempor.",
|
|
NbPlayers = 2
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 12,
|
|
Name = "Isonus",
|
|
Password = "Voluptate ea consequat do ex labore excepteur anim eu irure labore dolore cillum labore.",
|
|
NbPlayers = 2
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 13,
|
|
Name = "Telequiet",
|
|
Password = "Ad ad sit sit consequat nisi consectetur dolore officia deserunt magna commodo.",
|
|
NbPlayers = 3
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 14,
|
|
Name = "Quantalia",
|
|
Password = "Est commodo eu dolor sit adipisicing tempor laborum laboris duis quis reprehenderit.",
|
|
NbPlayers = 7
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 15,
|
|
Name = "Obliq",
|
|
Password = "Minim sunt dolor reprehenderit do aliqua quis ipsum ipsum amet nulla pariatur ex dolore aliqua.",
|
|
NbPlayers = 0
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 16,
|
|
Name = "Hopeli",
|
|
Password = "Mollit minim do dolor laboris mollit incIdIdunt.",
|
|
NbPlayers = 6
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 17,
|
|
Name = "Candecor",
|
|
Password = "Dolor laborum ad mollit irure pariatur commodo elit aute sit adipisicing nostrud reprehenderit proIdent velit.",
|
|
NbPlayers = 7
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 18,
|
|
Name = "Norali",
|
|
Password = "Sint est non occaecat Lorem enim ullamco et et.",
|
|
NbPlayers = 5
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 19,
|
|
Name = "Zytrek",
|
|
Password = "Irure commodo culpa ex ea.",
|
|
NbPlayers = 3
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 20,
|
|
Name = "Pholio",
|
|
Password = "Minim voluptate proIdent cupIdatat cillum amet incIdIdunt magna aliquip cillum proIdent proIdent labore tempor.",
|
|
NbPlayers = 5
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 21,
|
|
Name = "Zentia",
|
|
Password = "Veniam pariatur eiusmod fugiat culpa adipisicing labore laboris.",
|
|
NbPlayers = 8
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 22,
|
|
Name = "Uberlux",
|
|
Password = "Est magna non sunt in exercitation dolore ea labore culpa consectetur.",
|
|
NbPlayers = 6
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 23,
|
|
Name = "Maroptic",
|
|
Password = "Adipisicing qui ea duis occaecat ullamco Lorem.",
|
|
NbPlayers = 8
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 24,
|
|
Name = "Zaya",
|
|
Password = "Enim sunt sunt officia culpa.",
|
|
NbPlayers = 4
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 25,
|
|
Name = "Strozen",
|
|
Password = "Reprehenderit ex mollit occaecat esse magna.",
|
|
NbPlayers = 2
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 26,
|
|
Name = "Bezal",
|
|
Password = "Exercitation est consectetur reprehenderit dolor excepteur ipsum velit consectetur velit nulla deserunt do elit exercitation.",
|
|
NbPlayers = 9
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 27,
|
|
Name = "Octocore",
|
|
Password = "In duis dolore proIdent nulla elit.",
|
|
NbPlayers = 5
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 28,
|
|
Name = "Proxsoft",
|
|
Password = "Mollit Id ipsum tempor sunt.",
|
|
NbPlayers = 4
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 29,
|
|
Name = "Kyagoro",
|
|
Password = "Ullamco do est pariatur do.",
|
|
NbPlayers = 3
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 30,
|
|
Name = "Helixo",
|
|
Password = "Fugiat Lorem mollit Id sit.",
|
|
NbPlayers = 9
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 31,
|
|
Name = "Krog",
|
|
Password = "IncIdIdunt non excepteur exercitation adipisicing eu enim.",
|
|
NbPlayers = 1
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 32,
|
|
Name = "Vinch",
|
|
Password = "Occaecat excepteur tempor ipsum veniam qui amet aliquip est velit dolor dolor.",
|
|
NbPlayers = 3
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 33,
|
|
Name = "Edecine",
|
|
Password = "Esse consectetur consectetur irure quis dolor ea quis ad tempor.",
|
|
NbPlayers = 5
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 34,
|
|
Name = "Zentry",
|
|
Password = "Fugiat cupIdatat duis non consequat commodo pariatur cillum sunt proIdent cupIdatat Lorem.",
|
|
NbPlayers = 9
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 35,
|
|
Name = "Ceprene",
|
|
Password = "Sint sint aliquip aliquip eiusmod aliqua tempor.",
|
|
NbPlayers = 1
|
|
},
|
|
new LobbyEntity
|
|
{
|
|
Id = 36,
|
|
Name = "Strezzo",
|
|
Password = "CupIdatat nisi aliquip voluptate Lorem consequat consectetur aliqua labore do qui qui voluptate.",
|
|
NbPlayers = 5
|
|
}
|
|
} ;
|
|
}
|