Signed-off-by: Deukhoofd <Deukhoofd@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
namespace CreatureLib::Battling {
|
||||
class TurnOrdering {
|
||||
public:
|
||||
static void OrderChoices(std::vector<std::shared_ptr<BaseTurnChoice>>& vec, ArbUt::Random& rand);
|
||||
static void OrderChoices(std::vector<std::shared_ptr<BaseTurnChoice>>& vec);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user