本文共 110 字,大约阅读时间需要 1 分钟。
bool Player::IsSceneValid(void)
return !!m_spScene;
}
转载于:https://www.cnblogs.com/vanishfan/p/3241639.html