This commit is contained in:
aozhiwei 2020-07-15 10:58:30 +08:00
parent b2629f522c
commit a5364ad0ad

View File

@ -14,7 +14,7 @@ void AIComponent::Update(int delta_time)
void AIComponent::SetAiLevel(int ai_level)
{
ai_level_ = ai_level;
}
int AIComponent::GetAiLevel()