parent
88a8a28cc6
commit
a200c7cde8
src/Battling/Models
|
@ -17,6 +17,7 @@ using namespace Arbutils::Collections;
|
|||
|
||||
namespace CreatureLib::Battling {
|
||||
class Battle : public ScriptSource {
|
||||
protected:
|
||||
const BattleLibrary* _library;
|
||||
List<BattleParty*> _parties;
|
||||
bool _canFlee;
|
||||
|
|
Loading…
Reference in New Issue