mirror of
https://github.com/zeldaret/botw
synced 2026-07-10 14:23:53 -04:00
ksys/res: Add stubs for the remaining ActorParam resource classes
* RagdollConfig * Physics * Chemical * RagdollBlendWeight * AISchedule * BoneControl * AnimInfo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "KingSystem/Resource/resResource.h"
|
||||
#include "KingSystem/Utils/ParamIO.h"
|
||||
|
||||
namespace ksys::res {
|
||||
|
||||
// TODO
|
||||
class BoneControl : public ParamIO, public Resource {
|
||||
SEAD_RTTI_OVERRIDE(BoneControl, Resource)
|
||||
};
|
||||
|
||||
} // namespace ksys::res
|
||||
Reference in New Issue
Block a user