This commit is contained in:
aozhiwei 2022-08-27 09:29:53 +08:00
parent d95df00bd6
commit e5fd06e488

View File

@ -344,6 +344,11 @@ void RoomObstacle::Active()
ActiveMedicalStation();
}
break;
case kObstaclePortal:
{
ActivePortal();
}
break;
default:
{
}