mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Various character imps
This commit is contained in:
@@ -9,6 +9,9 @@ namespace urde
|
||||
|
||||
class CMetaAnimRandom : public IMetaAnim
|
||||
{
|
||||
using RandomData = std::vector<std::pair<std::shared_ptr<IMetaAnim>, u32>>;
|
||||
RandomData x4_randomData;
|
||||
static RandomData CreateRandomData(CInputStream& in);
|
||||
public:
|
||||
CMetaAnimRandom(CInputStream& in);
|
||||
EMetaAnimType GetType() const {return EMetaAnimType::Random;}
|
||||
|
||||
Reference in New Issue
Block a user