added fav and some other stuff
This commit is contained in:
@@ -3,9 +3,11 @@ package dev.massuus.vaultpartyui.client.screen;
|
||||
final class OnlineRow {
|
||||
final OnlinePlayer player;
|
||||
final RowState state;
|
||||
final boolean favorite;
|
||||
|
||||
OnlineRow(OnlinePlayer player, RowState state) {
|
||||
OnlineRow(OnlinePlayer player, RowState state, boolean favorite) {
|
||||
this.player = player;
|
||||
this.state = state;
|
||||
this.favorite = favorite;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user