Make Battle fields protected instead of private.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
88a8a28cc6
commit
a200c7cde8
@ -17,6 +17,7 @@ using namespace Arbutils::Collections;
|
|||||||
|
|
||||||
namespace CreatureLib::Battling {
|
namespace CreatureLib::Battling {
|
||||||
class Battle : public ScriptSource {
|
class Battle : public ScriptSource {
|
||||||
|
protected:
|
||||||
const BattleLibrary* _library;
|
const BattleLibrary* _library;
|
||||||
List<BattleParty*> _parties;
|
List<BattleParty*> _parties;
|
||||||
bool _canFlee;
|
bool _canFlee;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user