mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
7 lines
199 B
C++
7 lines
199 B
C++
#include <MC/ActorDamageSource.hpp>
|
|
#include <MC/Level.hpp>
|
|
|
|
Actor* ActorDamageSource::getEntity() {
|
|
ActorUniqueID v6 = getDamagingEntityUniqueID();
|
|
return Global<Level>->getEntity(v6);
|
|
} |