1
This commit is contained in:
parent
f3da219517
commit
3cdeace217
@ -14,5 +14,5 @@ BaseAgent::~BaseAgent()
|
|||||||
|
|
||||||
bool BaseAgent::IsGameOver()
|
bool BaseAgent::IsGameOver()
|
||||||
{
|
{
|
||||||
return false;
|
return GetOwner()->room->IsGameOver();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user