Skip to content
Snippets Groups Projects

Resolve "MultiplayerCreateJoinState"

Merged Turid Cecilie Dahl requested to merge 36-multiplayercreatejoinstate into dev
4 files
+ 127
70
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -24,6 +24,12 @@ public class Tournament {
public Tournament() {
}
//Just testing delete afterwards
public Tournament(String _id, String name) {
this._id = _id;
this.name = name;
}
public String get_id() {
return _id;
}
Loading