mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-03 04:23:39 +00:00
Add ActorDamageCause::getCause
This commit is contained in:
parent
94650b042d
commit
f409348f4d
@ -57,6 +57,10 @@ public:
|
||||
};
|
||||
LIAPI Actor* getEntity();
|
||||
|
||||
inline ActorDamageCause getCause() const{
|
||||
return this->mCause;
|
||||
};
|
||||
|
||||
#undef AFTER_EXTRA
|
||||
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_ACTORDAMAGESOURCE
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user