mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-10 01:18:07 +00:00
uses number of bricks now
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
|||||||
* @param bricks the bricks to try to complete the minigame with
|
* @param bricks the bricks to try to complete the minigame with
|
||||||
* @param clientFailed unused
|
* @param clientFailed unused
|
||||||
*/
|
*/
|
||||||
void TryBuild(std::vector<Brick>& bricks, bool clientFailed);
|
void TryBuild(uint32_t numBricks, bool clientFailed);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Handles a notification from the client regarding the completion of the pet minigame, adding the pet to their
|
* Handles a notification from the client regarding the completion of the pet minigame, adding the pet to their
|
||||||
|
Reference in New Issue
Block a user