[Room] Default hero list

This commit is contained in:
Christian Pauly 2019-08-08 14:31:47 +02:00
parent 442d7631fb
commit 6416f5a33f
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Room {
String prev_batch;
List<String> mHeroes;
List<String> mHeroes = [];
int mJoinedMemberCount;
int mInvitedMemberCount;