This commit is contained in:
aozhiwei 2020-04-08 09:41:53 +08:00
parent 2da781943b
commit 3d163d1cea
2 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,11 @@
#include "room.h"
#include "metamgr.h"
/*
*/
AndroidAI::~AndroidAI()
{
}

View File

@ -64,6 +64,9 @@ class MetaMgr : public a8::Singleton<MetaMgr>
int niube_win_times = 0;
int newbie_fill_interval = 0;
int other_fill_interval = 0;
float android_attack_range = 0;
float android_pursuit_range = 0;
float android_patrol_range = 0;
private:
MetaDataLoader* loader_ = nullptr;