This commit is contained in:
aozhiwei 2022-12-06 19:32:58 +08:00
parent f3da219517
commit 3cdeace217

View File

@ -14,5 +14,5 @@ BaseAgent::~BaseAgent()
bool BaseAgent::IsGameOver() bool BaseAgent::IsGameOver()
{ {
return false; return GetOwner()->room->IsGameOver();
} }