forked from External/mage
Record game histories. Compute user stats and show them in the user panel.
This commit is contained in:
parent
9f3e2aa4c4
commit
550648ccbe
22 changed files with 866 additions and 60 deletions
|
|
@ -39,6 +39,7 @@ import java.util.Date;
|
|||
import java.util.List;
|
||||
import java.util.UUID;
|
||||
import mage.game.GameInfo;
|
||||
import mage.game.result.ResultProtos.MatchProto;
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
@ -111,4 +112,6 @@ public interface Match {
|
|||
|
||||
void setTableId(UUID tableId);
|
||||
void setTournamentRound(int round);
|
||||
|
||||
MatchProto toProto();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue