mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Various character imps
This commit is contained in:
@@ -8,6 +8,10 @@ namespace urde
|
||||
|
||||
class CAnimTreeNode : public IAnimReader
|
||||
{
|
||||
std::string x4_name;
|
||||
public:
|
||||
CAnimTreeNode(const std::string& name) : x4_name(name) {}
|
||||
bool IsCAnimTreeNode() const {return true;}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user