fix: update attack normal.

This commit is contained in:
Tungdv
2025-10-07 18:13:30 +07:00
parent 9c2b5b87f3
commit ee618bc38e
13 changed files with 276 additions and 99 deletions
@@ -445,7 +445,7 @@ namespace PerfectWorld.Scripts.Player
m_aabbServer.CompleteMinsMaxs();
}
private A3DVECTOR3 GetPos()
public A3DVECTOR3 GetPos()
{
A3DVECTOR3 result = new A3DVECTOR3();
result.x = transform.position.x;
@@ -518,6 +518,11 @@ namespace PerfectWorld.Scripts.Player
return iAction;
}
//public A3DVECTOR3 GetPos()
//{
// return new A3DVECTOR3(transform.position.x, transform.position.y, transform.position.z);
//}
}
// Player appear flag