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