mirror of
https://github.com/zeldaret/botw
synced 2026-09-01 09:23:13 -04:00
ksys/act: Implement ActorUtil placement functions
This commit is contained in:
@@ -43,7 +43,12 @@ public:
|
||||
|
||||
// FIXME: incomplete
|
||||
class Manager : public sead::hostio::Node {
|
||||
SEAD_SINGLETON_DISPOSER(Manager)
|
||||
Manager();
|
||||
virtual ~Manager();
|
||||
|
||||
public:
|
||||
bool isRaining(const sead::Vector3f& pos) const;
|
||||
|
||||
WorldInfo mWorldInfo;
|
||||
DungeonEnv mDungeonEnv;
|
||||
|
||||
Reference in New Issue
Block a user