run() -> postRiverRun() in localberopostriver.cpp
This commit is contained in:
@@ -138,3 +138,8 @@ ClientBeRo::run()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
ClientBeRo::postRiverRun()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +53,8 @@ public:
|
||||
void nextPlayer();
|
||||
void run();
|
||||
|
||||
void postRiverRun();
|
||||
|
||||
private:
|
||||
|
||||
const GameState myBeRoID;
|
||||
|
||||
Reference in New Issue
Block a user