mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Various imps
This commit is contained in:
@@ -12,12 +12,15 @@ class CEffectComponent
|
||||
std::string x0_name;
|
||||
SObjectTag x10_tag;
|
||||
std::string x18_boneName;
|
||||
float x28_;
|
||||
float x28_scale;
|
||||
u32 x2c_;
|
||||
u32 x30_;
|
||||
static SObjectTag GetSObjectTagFromStream(CInputStream& in);
|
||||
public:
|
||||
CEffectComponent(CInputStream& in);
|
||||
|
||||
const std::string& GetComponentName() const;
|
||||
const SObjectTag& GetParticleTag() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user