Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #29 from seripap/vainglory/master
Browse files Browse the repository at this point in the history
Adding 5v5 game mode
  • Loading branch information
seripap authored Jan 29, 2018
2 parents a635db7 + a7f2f38 commit dc87a30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/models/resources/gameModes.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,12 @@ export default [{
{
name: 'Private Battle Royale',
serverName: 'private_party_aral_match',
},
{
name: 'Casual 5v5',
serverName: '5v5_pvp_casual',
},
{
name: 'Private 5v5',
serverName: 'private_party_vg_5v5'
}];

0 comments on commit dc87a30

Please sign in to comment.