1
This commit is contained in:
parent
62fe01cb8f
commit
55c2e8bc79
@ -227,6 +227,8 @@ public:
|
||||
void AddReportBullet(int bullet_uniid);
|
||||
bool IsDestorying() { return destorying_; }
|
||||
void AddFrameCall(FrameCallCb cb, void* context);
|
||||
void SetVictoryTeam(Team* team) { victory_team_ = team;};
|
||||
Team* GetVictoryTeam() { return victory_team_;};
|
||||
|
||||
private:
|
||||
void ShuaAndroid();
|
||||
@ -381,6 +383,8 @@ private:
|
||||
FrameCallNode* bot_node_ = nullptr;
|
||||
FrameCallNode* work_node_ = nullptr;
|
||||
|
||||
Team* victory_team_ = nullptr;
|
||||
|
||||
friend class Incubator;
|
||||
friend class Team;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user