mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 17:47:41 +00:00
Add CParticleGenInfo and CParticleGenInfoGeneric
Former-commit-id: f7715e98f6
This commit is contained in:
@@ -39,6 +39,14 @@ private:
|
||||
};
|
||||
CHECK_SIZEOF(CAdvancementDeltas, 0x1c)
|
||||
|
||||
class CStaticRes {
|
||||
CAssetId x0_cmdlId;
|
||||
CVector3f x4_scale;
|
||||
|
||||
public:
|
||||
CStaticRes(CAssetId id, const CVector3f& scale) : x0_cmdlId(id), x4_scale(scale) {}
|
||||
};
|
||||
|
||||
class CModelData {
|
||||
public:
|
||||
enum EWhichModel {
|
||||
|
||||
Reference in New Issue
Block a user