mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-20 12:46:13 +08:00
Fix #32 , Added Freeze Enemies
This commit is contained in:
@ -205,6 +205,18 @@ namespace cheat::game
|
||||
SAFE_END();
|
||||
}
|
||||
|
||||
app::Animator* Entity::animator()
|
||||
{
|
||||
if (!isLoaded())
|
||||
return nullptr;
|
||||
|
||||
SAFE_BEGIN();
|
||||
return app::MoleMole_BaseEntity_get_animator(m_RawEntity, nullptr);
|
||||
SAFE_ERROR();
|
||||
return nullptr;
|
||||
SAFE_END();
|
||||
}
|
||||
|
||||
app::GameObject* Entity::gameObject()
|
||||
{
|
||||
if (!isLoaded())
|
||||
|
Reference in New Issue
Block a user