blob: 736191dd4a45f7964fe5a5de1e5a499dce66bd0b (
plain)
1
2
3
4
5
6
7
8
9
|
#include "KingSystem/Physics/SupportBone/physSupportBoneParam.h"
namespace ksys::phys {
SupportBoneParam::SupportBoneParam()
: support_bone_setup_file_path(sead::SafeString::cEmptyString, "support_bone_setup_file_path",
"補助骨セットアップファイル(.psb)", this) {}
} // namespace ksys::phys
|