Fetching current biddings from server menu. No extracting biddings from the response and merging into the model yet.
This commit is contained in:
@ -87,7 +87,9 @@ enum GetRequestTypes {
|
||||
GetCurrentBiddingRound,
|
||||
StartNewBiddingRound,
|
||||
RestartLastBiddingRound,
|
||||
StopCurrentBiddingRound
|
||||
StopCurrentBiddingRound,
|
||||
GetBiddingsOfSpecificRound,
|
||||
GetBiddingsOfHighestRound
|
||||
};
|
||||
|
||||
/// functions
|
||||
|
||||
Reference in New Issue
Block a user