mirror of
https://github.com/zeldaret/botw
synced 2026-08-23 06:39:38 -04:00
ksys/phys: Implement the rest of the easy RagdollController functions
This commit is contained in:
@@ -42,6 +42,7 @@ class System {
|
||||
|
||||
public:
|
||||
float get64() const { return _64; }
|
||||
float get6c() const { return _6c; }
|
||||
float getTimeFactor() const { return mTimeFactor; }
|
||||
ContactMgr* getContactMgr() const { return mContactMgr; }
|
||||
StaticCompoundMgr* getStaticCompoundMgr() const { return mStaticCompoundMgr; }
|
||||
|
||||
Reference in New Issue
Block a user