other: added getMultiAmount testable dialogs in cheat menu (part of #13638)

This commit is contained in:
Oleg Agafonov 2025-06-07 08:48:47 +04:00
parent ee1dc74b90
commit 1112c9516d
6 changed files with 145 additions and 3 deletions

View file

@ -15,6 +15,8 @@ import java.util.List;
/**
* Part of testable game dialogs
* <p>
* It's a complex dialog with 2 steps: choose targets list + distribute amount between targets
* <p>
* Supported methods:
* - player.chooseTarget(amount)
*