| 439 | } |
| 440 | |
| 441 | db::Animation* DragonBone::DBArmatureProxy::getAnimation() const { |
| 442 | return _armature->getAnimation(); |
| 443 | } |
| 444 | |
| 445 | DragonBone* DragonBone::DBArmatureProxy::getParent() const noexcept { |
| 446 | return _parent; |
no outgoing calls
no test coverage detected